Home
last modified time | relevance | path

Searched defs:checkFinishCall (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DTestBase.common.kt56 fun checkFinishCall(allowNotUsingExpect: Boolean = true) in assertRunsFast() method
91 override fun checkFinishCall(allowNotUsingExpect: Boolean) { in assertRunsFast() method in kotlinx.coroutines.testing.OrderedExecution.Impl
197 override fun checkFinishCall(allowNotUsingExpect: Boolean) = in expect() method in kotlinx.coroutines.testing.OrderedExecutionTestBase