Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/test-utils/common/src/
DTestBase.common.kt180 private var orderedExecutionDelegate = OrderedExecution.Impl() variable
183 fun checkFinished() { orderedExecutionDelegate.checkFinishCall() } in checkFinished()
187 orderedExecutionDelegate.checkFinishCall() in reset()
188 orderedExecutionDelegate = OrderedExecution.Impl() in reset()
191 override fun expect(index: Int) = orderedExecutionDelegate.expect(index) in expect()
193 override fun finish(index: Int) = orderedExecutionDelegate.finish(index) in expect()
195 override fun expectUnreached() = orderedExecutionDelegate.expectUnreached() in expect()
198 orderedExecutionDelegate.checkFinishCall(allowNotUsingExpect) in expect()