Searched refs:testNestedTimeout (Results 1 – 2 of 2) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ | ||
D | WithTimeoutOrNullTest.kt | 116 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method in kotlinx.coroutines.WithTimeoutOrNullTest |
D | WithTimeoutOrNullDurationTest.kt | 118 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method in kotlinx.coroutines.WithTimeoutOrNullDurationTest |