TestDispatcherProvider

@ExperimentalCoroutinesApi
fun TestDispatcherProvider(dispatcher: CoroutineDispatcher): TestDispatcherProvider

Convenience factory function for TestDispatcherProvider, creating an implementation where all properties point to the same underlying TestCoroutineDispatcher.

Sources

Link copied to clipboard