TestCoroutineScope

fun TestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCoroutineScope

A coroutine scope for launching test coroutines using TestCoroutineDispatcher.

createTestCoroutineScope is a similar function that defaults to StandardTestDispatcher.