Crate riker_testkit

Crate riker_testkit 

Source

Modules§

probe

Macros§

p_assert_eq
Mimicks assert_eq! Performs an assert_eq! on the first event sent by the probe.
p_assert_events
Evaluates events sent from the probe with a vector of expected events. If an unexpected event is received it will assert!(false). Each good event is removed from the expected vector. The assertion is complete when there are no more expected events.
p_timer