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
open override fun assertEquals(message: String?, expected: Any?, actual: Any?)
Link copied to clipboard
fun assertModel(expected: TModel, message: String? = null)

Assert the resulting model mutated by the action.

Link copied to clipboard
fun assertModelNotChanged(message: String? = null)

Assert that the action didn't mutate the model.

Link copied to clipboard
fun assertNoEffects(message: String? = null)

Assert that the action didn't emit any effects.

Link copied to clipboard
open override fun assertNotEquals(message: String?, illegal: Any?, actual: Any?)
Link copied to clipboard
open override fun assertNotNull(message: String?, actual: Any?)
Link copied to clipboard
open override fun assertNotSame(message: String?, illegal: Any?, actual: Any?)
Link copied to clipboard
open override fun assertNull(message: String?, actual: Any?)
Link copied to clipboard
open override fun assertSame(message: String?, expected: Any?, actual: Any?)
Link copied to clipboard
fun assertSkipped(message: String? = null)

Assert that the action didn't mutate the model or emit any effects.

Link copied to clipboard
open override fun assertTrue(lazyMessage: () -> String?, actual: Boolean)
open override fun assertTrue(message: String?, actual: Boolean)
Link copied to clipboard
open override fun fail(message: String?): Nothing
open override fun fail(message: String?, cause: Throwable?): Nothing