runBlockingTestOnTestScope

fun runBlockingTestOnTestScope(context: CoroutineContext = EmptyCoroutineContext, testBody: suspend TestScope.() -> Unit)(source)

Deprecated

Use `runTest` instead to support completing from other dispatchers.

A version of runBlockingTest that works with TestScope.