[][src]Trait smoke::Testable

pub trait Testable {
    fn test(self, context: &mut Context);
}

Any tests to run with a testing context

Required methods

fn test(self, context: &mut Context)

Loading content...

Implementors

impl<T, G, F, P> Testable for Ensure<G, F> where
    G: Generator<Item = T>,
    P: Property,
    F: Fn(&T) -> P,
    T: Debug + 'static, 
[src]

Loading content...