kotlinx.coroutines
1.6.4-SNAPSHOT
jvm
kotlinx-coroutines-test
/
kotlinx.coroutines.test
/
runBlockingTestOnTestScope
run
Blocking
Test
On
Test
Scope
jvm
fun
runBlockingTestOnTestScope
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
testBody
:
suspend
TestScope
.
(
)
->
Unit
)
A version of
runBlockingTest
that works with
TestScope
.