test

inline fun test(strict: Boolean = this.strict, block: ThunkTestScope<State>.() -> Unit)

Runs a thunk test from a block.

Parameters

strict

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