Searched refs:testNestedTimeout (Results 1 – 2 of 2) sorted by relevance
116 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method
118 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method in kotlinx.coroutines.WithTimeoutOrNullDurationTest