Home
last modified time | relevance | path

Searched refs:testBackgroundWorkTimeControl (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DRunBlockingTestOnTestScopeTest.kt215 fun testBackgroundWorkTimeControl(): TestResult = runBlockingTestOnTestScope { in <lambda>() method in kotlinx.coroutines.test.RunBlockingTestOnTestScopeTest
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestScopeTest.kt228 fun testBackgroundWorkTimeControl(): TestResult = runTest { in <lambda>() method