test

abstract fun test(strict: Boolean? = null, block: ActionsAssertScope.() -> Unit)

Runs test with block that verifies dispatched actions with this store.

Parameters

strict

if it is not null, overwrites strict param value for this test call.