Struct foxbox_thinkerbell::fake_env::FakeEnv
[−]
[src]
pub struct FakeEnv { // some fields omitted }
The test environment.
Methods
impl FakeEnv
fn new(on_event: Box<ExtSender<FakeEnvEvent>>) -> Self
fn execute(&self, instruction: Instruction)
Execute instructions issued by the user.