Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DWithTimeoutTest.kt111 fun testExceptionOnTimeout() = runTest { in <lambda>() method
DWithTimeoutDurationTest.kt118 fun testExceptionOnTimeout() = runTest { in equals() method in kotlinx.coroutines.WithTimeoutDurationTest