Searched refs:orderedExecutionDelegate (Results 1 – 1 of 1) sorted by relevance
180 private var orderedExecutionDelegate = OrderedExecution.Impl() variable183 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()