Expand description
modelator
is a framework for model-based testing.
Re-exports§
pub use datachef::Recipe;
pub use event::ActionHandler;
pub use event::Event;
pub use event::EventRunner;
pub use event::EventStream;
pub use event::StateHandler;
pub use step_runner::StepRunner;
Modules§
- artifact
- List of artifacts.
- cli
- Command-line interface.
- datachef
- Datastructure converter. Allows to define conversion rules to make (cook) concrete data-structures from the abstract ones for testing purposes.
- event
- A framework for event-based testing of message-passing systems with possibly partitioned system state.
- model
- Model checkers and languages.
- step_
runner - A runner for steps obtained from Json traces
- test_
util - Testing utilities
- tester
- Provides the way to run sets of test functions on several kinds of test inputs.
Structs§
- Modelator
Runtime - Set of options to configure
modelator
runtime. - Test
Report - Wraps the data from running test(s), allowing more convenient access to the results.