Trait bolero::Engine[][src]

pub trait Engine<T> where
    T: Test
{ type Output; fn set_driver_mode(&mut self, mode: DriverMode);
fn run(self, test: T) -> Self::Output; }
Expand description

Trait for defining an engine that executes a test

Associated Types

Required methods

Implementors