Trait galvanic_test::TestFixture [−][src]
pub trait TestFixture<'param, P, R>: Drop where
P: Debug + 'static, { fn new(curried_params: &'param P) -> Self; fn parameters() -> Option<Box<Iterator<Item = P>>>; fn setup(&mut self) -> FixtureBinding<Self, R>
where
Self: Sized; fn tear_down(&self) { ... } }
Required Methods
fn new(curried_params: &'param P) -> Self
fn parameters() -> Option<Box<Iterator<Item = P>>>
fn setup(&mut self) -> FixtureBinding<Self, R> where
Self: Sized,
Self: Sized,