Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DWithTimeoutOrNullTest.kt116 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method
DWithTimeoutOrNullDurationTest.kt118 fun testNestedTimeout() = runTest(expected = { it is TimeoutCancellationException }) { in testNestedTimeout() method in kotlinx.coroutines.WithTimeoutOrNullDurationTest