Expand description
Implements a Dummy virtual machine for unit test purposes only.
Re-exports§
pub use crate::errors::DummyVmError as Error;
Structs§
- Defines a Dummy planner that simply assigns ‘localhost’ to every task it can find.
- The DummyPlugin implements the missing functions for the Dummy VM. As the name implies, these don’t do any actual work.
- Defines the global, shared state for the DummyVm.
- Defines a Dummy VM that may be used to test.