redux
test-support
/
com.episode6.redux.testsupport
/
StoreManager
Store
Manager
interface
StoreManager
<
T
>
Content copied to clipboard
A wrapper around a
StoreFlow
that allows it to be shut down at the end of a test
Functions
Functions
shutdown
Link copied to clipboard
abstract
fun
shutdown
(
)
Content copied to clipboard
store
Link copied to clipboard
abstract
suspend
fun
store
(
)
:
StoreFlow
<
T
>
Content copied to clipboard