Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DTestBase.kt35 val wasIndex = ++actionIndex in <lambda>() constant
36 check(index == wasIndex) { "Expecting action index $index but it is actually $wasIndex" } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt103 val wasIndex = actionIndex.incrementAndGet() in <lambda>() constant
104 if (VERBOSE) println("expect($index), wasIndex=$wasIndex") in <lambda>()
105 check(index == wasIndex) { "Expecting action index $index but it is actually $wasIndex" } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DTestBase.kt40 val wasIndex = ++actionIndex in <lambda>() constant
41 check(index == wasIndex) { "Expecting action index $index but it is actually $wasIndex" } in <lambda>()