Package org. orbitmvi. orbit
Types
OrbitVerification
Link copied to clipboard
RegularTestContainerHost
Link copied to clipboard
class RegularTestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>>(actual: T, initialState: STATE, runOnCreate: Boolean) : TestContainerHost<STATE, SIDE_EFFECT, T>
Content copied to clipboard
SuspendingTestContainerHost
Link copied to clipboard
class SuspendingTestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>>(actual: T, initialState: STATE, isolateFlow: Boolean, runOnCreate: Boolean) : TestContainerHost<STATE, SIDE_EFFECT, T>
Content copied to clipboard
TestContainerHost
Link copied to clipboard
sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : 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, T : ContainerHost<STATE, SIDE_EFFECT>> T.liveTest(initialState: STATE, runOnCreate: Boolean = false, settings: Container.Settings = container.settings.copy(intentDispatcher = Dispatchers.Unconfined)): RegularTestContainerHost<STATE, SIDE_EFFECT, T>
Content copied to clipboard
test
Link copied to clipboard
fun <STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>> T.test(initialState: STATE, isolateFlow: Boolean = true, runOnCreate: Boolean = false, settings: Container.Settings = container.settings): SuspendingTestContainerHost<STATE, SIDE_EFFECT, T>
Content copied to clipboard