leo_test_framework::runner

Trait 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§