RealOrbitTestContext
Constructors
Functions
Return the next item received. This function will suspend if no items have been received.
Return the next side effect received. This function will suspend if no side effects have been received.
Return the next state received. This function will suspend if no states have been received.
Finish this test and ignore any events which have already been received. This also cancels any in-progress intents.
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).
Assert there are no unconsumed items
Awaits for a side effect and checks if it matches the expected side effect
Awaits for a state and checks if it matches the expected state.
Awaits for a state and checks if it matches the expected state change from the previous state.
Invoke onCreate
lambda for the ContainerHost.