eventcore-testing 0.7.0

Testing utilities and shared test suite for EventCore event stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod chaos;
pub mod contract;
pub mod deterministic;
pub mod event_collector;
pub mod scenario;

pub use chaos::*;
pub use contract::*;
pub use deterministic::*;
pub use event_collector::*;
pub use scenario::*;