kotlinx.coroutines
1.6.4-SNAPSHOT
jvm
kotlinx-coroutines-test
/
kotlinx.coroutines.test
/
runTestWithLegacyScope
run
Test
With
Legacy
Scope
jvm
@
ExperimentalCoroutinesApi
fun
runTestWithLegacyScope
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
dispatchTimeoutMs
:
Long
=
DEFAULT_DISPATCH_TIMEOUT_MS
,
testBody
:
suspend
TestCoroutineScope
.
(
)
->
Unit
)
:
TestResult
Content copied to clipboard
This is an overload of
runTest
that works with
TestCoroutineScope
.