OrbitScopedTestContextExternal
Constructors
Functions
Return the next external state 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.
Finish this test and ignore any events which have already been received. This also cancels any in-progress intents.
Awaits for an external state and checks if it matches the expected external state.
Awaits for an external state and checks if it matches the expected external state change from the previous external state.
Awaits for an external state and checks if it matches the expected external state change from the previous external state, ensuring the last external state is of the expected type.
Assert there are no unconsumed items
Awaits for a side effect and checks if it matches the expected side effect
Invoke onCreate lambda for the OrbitContainerHost.