runBlockingTestOnTestScope
fun runBlockingTestOnTestScope(context: CoroutineContext = EmptyCoroutineContext, testBody: suspend TestScope.() -> Unit)(source)
Deprecated (with error)
Use `runTest` instead to support completing from other dispatchers.
A version of runBlockingTest that works with TestScope.