[][src]Trait platina::Testable

pub trait Testable {
    fn run_testcase(&mut self, case: &mut TestCase);
}

Testable describes something which can be tested via platina.

Required methods

fn run_testcase(&mut self, case: &mut TestCase)

Loading content...

Implementors

Loading content...