Trait leo_test_framework::runner::Namespace

source ·
pub trait Namespace: UnwindSafe + RefUnwindSafe {
    // Required methods
    fn parse_type(&self) -> ParseType;
    fn run_test(&self, test: Test) -> Result<Value, String>;
}

Required Methods§

source

fn parse_type(&self) -> ParseType

source

fn run_test(&self, test: Test) -> Result<Value, String>

Implementors§