Navigator Turbine
Functions
Assert that all the events in the block are received. This function will suspend if no events have been received.
Assert that the next event received was a back navigation event. This function will suspend if no events have been received.
Assert that the next event received was a "back to" navigation event with matching parameters. This function will suspend if no events have been received.
Assert that the next event received was a navigate for result event to request. This function will suspend if no events have been received.
Assert that the next event received was a navigation event to the given route. This function will suspend if no events have been received.
Assert that the next event received was an "up" navigation event. This function will suspend if no events have been received.
Assert that the next event received was a navigation result. This function will suspend if no events have been received.
Assert that the next event received was a "replace all back stacks" navigation event with matching parameters. This function will suspend if no events have been received.
Assert that the next event received was a permission request. This function will suspend if no events have been received.
Assert that the next event received was a "show root" navigation event with matching parameters. This function will suspend if no events have been received.
Assert that the next event received was a "switch back stack" navigation event with matching parameters. This function will suspend if no events have been received.
Cancel this NavigatorTurbine.
Cancel this NavigatorTurbine. The difference to cancel is any unconsumed event will be ignored and no error will be thrown.
Causes an emission to the current BackInterceptor.backPresses collector to make it possible to simulate a back press in tests that check custom back press logic.