Real Orbit Test Context
class RealOrbitTestContext<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST>(actual: CONTAINER_HOST, initialState: STATE?, emissions: <ERROR CLASS><Item<STATE, SIDE_EFFECT>>) : OrbitTestContext<STATE, SIDE_EFFECT, CONTAINER_HOST>
Content copied to clipboard
Functions
Link copied to clipboard
Return the next item received. This function will suspend if no items have been received.
Link copied to clipboard
Return the next side effect received. This function will suspend if no side effects have been received.
Link copied to clipboard
Return the next state received. This function will suspend if no states have been received.
Link copied to clipboard
Finish this test and ignore any events which have already been received.
Link copied to clipboard
Sanity check assertion. Checks if the initial state is emitted and matches the initial state defined for the production container (or the one specified in the test).
Link copied to clipboard
Invoke an intent on the ContainerHost under test.
Link copied to clipboard
Invoke onCreate lambda for the ContainerHost.