Package org. orbitmvi. orbit
Types
OrbitVerification
Link copied to clipboard
RegularTestContainerHost
Link copied to clipboard
class RegularTestContainerHost<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>>(actual: CONTAINER_HOST, initialState: STATE) : TestContainerHost<STATE, SIDE_EFFECT, CONTAINER_HOST>
Content copied to clipboard
SuspendingTestContainerHost
Link copied to clipboard
class SuspendingTestContainerHost<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>>(actual: CONTAINER_HOST, initialState: STATE, isolateFlow: Boolean) : TestContainerHost<STATE, SIDE_EFFECT, CONTAINER_HOST>
Content copied to clipboard
TestContainerHost
Link copied to clipboard
sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>>
Content copied to clipboard
TestFlowObserver
Link copied to clipboard
Functions
liveTest
Link copied to clipboard
fun <STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>> CONTAINER_HOST.liveTest(initialState: STATE, settings: Container.Settings = container.settings.copy(intentDispatcher = Dispatchers.Unconfined)): RegularTestContainerHost<STATE, SIDE_EFFECT, CONTAINER_HOST>
Content copied to clipboard
test
Link copied to clipboard
fun <STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>> CONTAINER_HOST.test(initialState: STATE, isolateFlow: Boolean = true, settings: Container.Settings = container.settings): SuspendingTestContainerHost<STATE, SIDE_EFFECT, CONTAINER_HOST>
Content copied to clipboard