Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/test/
DSwingTest.kt40 fun testLaunch(): Job = launch { in <lambda>() method
57 val job = component.testLaunch() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailFastOnStartTest.kt22 fun testLaunch() = runTest(expected = ::mainException) { in <lambda>() method in kotlinx.coroutines.FailFastOnStartTest