TestContainerHost

sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>>

Functions

assert
Link copied to clipboard
common
fun assert(initialState: STATE, timeoutMillis: Long = 1000L, block: OrbitVerification<STATE, SIDE_EFFECT>.() -> Unit = {})
Perform assertions on your ContainerHost.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

sideEffectObserver
Link copied to clipboard
common
val sideEffectObserver: TestFlowObserver<SIDE_EFFECT>
stateObserver
Link copied to clipboard
common
val stateObserver: TestFlowObserver<STATE>

Inheritors

SuspendingTestContainerHost
Link copied to clipboard
RegularTestContainerHost
Link copied to clipboard

Sources

(source)
Link copied to clipboard