TestDispatchersProvider
class TestDispatchersProvider(testDispatcher: CoroutineDispatcher = UnconfinedTestDispatcher()) : DispatchersProvider
Test implementation of DispatchersProvider that provides a single test dispatcher for all coroutine contexts.
This implementation is useful for unit testing, for components that require a DispatchersProvider dependency.