DelayController
Control the virtual clock time of a CoroutineDispatcher.
Testing libraries may expose this interface to the tests instead of TestCoroutineDispatcher.
This interface is deprecated without replacement. Instead, TestCoroutineScheduler is supposed to be used to control the virtual time. Please see the migration guide for an instruction on how to update the code for the new API.
Functions
Moves the Dispatcher's virtual clock forward by a specified amount of time.
Immediately execute all pending tasks and advance the virtual clock-time to the last delay.
Call after test code completes to ensure that the dispatcher is properly cleaned up.
Pause the dispatcher.
Run a block of code in a paused dispatcher.
Resume the dispatcher from a paused state.
Run any tasks that are pending at or before the current virtual clock-time.