Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DEnhanceStackTraceWithTreadDumpAsJsonTest.kt29 val coroutineInfo = DebugProbesImpl.dumpCoroutinesInfo() in <lambda>() constant
30 assertEquals(coroutineInfo.size, 2) in <lambda>()
31 val info = coroutineInfo[1] in <lambda>()