Struct thalo_testing::WhenTest [−][src]
pub struct WhenTest<A, R> { /* fields omitted */ }Expand description
An aggregate when a command is performed.
Implementations
Get the inner result from the previous when() action.
Get the inner aggregate.
Then the result of the previous when() action should equal the given parameter.
Then the result of the previous when() action should be Ok(T), with T being equal the given parameter.
