Skip to main content

Crate dactor_mock

Crate dactor_mock 

Source
Expand description

Mock multi-node cluster for testing dactor actor systems.

Provides MockCluster for simulating a cluster of actor nodes in a single process. Use for unit testing cross-node messaging, fault injection, and cluster behavior without real networking.

Re-exports§

pub use cluster::MockCluster;
pub use network::MockNetwork;
pub use node::MockNode;

Modules§

cluster
network
node