NextAsserter
Asserter for action results.
Parameters
TModel
TDependency
Functions
Link copied to clipboard
fun assertEffects(expected: Set<<Error class: unknown class><TModel, TDependency>>, message: String? = null)
Assert the effects emitted by the action.
Link copied to clipboard
Link copied to clipboard
Assert the resulting model mutated by the action.
Link copied to clipboard
Assert that the action didn't mutate the model.
Link copied to clipboard
Assert that the action didn't emit any effects.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Assert that the action didn't mutate the model or emit any effects.
Link copied to clipboard