Package-level declarations
Types
Creates a test environment for a thunk with initialState and initialClosure. If strict is true, every test call must process all CoThunkTestScope.unverified actions.
The scope for a suspending thunk under test.
Creates a test environment for a thunk with initialState and initialClosure. If strict is true, every test call must process all ThunkTestScope.unverified actions.
The scope for a thunk under test.
Functions
Creates ThunkTestScope for a thunk with initialState, initialClosure and initialOnDispatch.
Creates a CoThunkTester with given parameters and runs a single CoThunkTester.test.
Creates a ThunkTester with given parameters and runs a single ThunkTester.test.
Creates a CoThunkTester for this thunk with initialState, initialClosure and strict.
Creates a ThunkTester for this thunk with initialState, initialClosure and strict.
Creates ThunkTestScope for a thunk with initialState, initialClosure and initialOnDispatch.