TestDispatcher

abstract class TestDispatcher : CoroutineDispatcher, Delay

A test dispatcher that can interface with a TestCoroutineScheduler.

The available implementations are:

Properties

Link copied to clipboard
abstract val scheduler: TestCoroutineScheduler

The scheduler that this dispatcher is linked to.

Inheritors

Link copied to clipboard