tester
fun <State> Thunk<State>.tester(initialState: State, initialClosure: DispatchClosure = EmptyDispatchClosure, strict: Boolean = true): ThunkTester<State>
Creates a ThunkTester for this thunk with initialState, initialClosure and strict.
fun <State> CoThunk<State>.tester(initialState: State, initialClosure: DispatchClosure = EmptyDispatchClosure, strict: Boolean = true): CoThunkTester<State>
Creates a CoThunkTester for this thunk with initialState, initialClosure and strict.