Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/test/
DMainDispatcherTest.kt18 private fun runTestNotOnMainDispatcher(block: suspend CoroutineScope.() -> Unit) { in isMainThread() method in kotlinx.coroutines.MainDispatcherTest
25 fun testDispatchNecessityCheckWithMainImmediateDispatcher() = runTestNotOnMainDispatcher { in <lambda>()
38 fun testWithContext() = runTestNotOnMainDispatcher { in <lambda>()
50 fun testWithContextDelay() = runTestNotOnMainDispatcher { in <lambda>()
64 fun testWithTimeoutContextDelayNoTimeout() = runTestNotOnMainDispatcher { in <lambda>()
80 fun testWithTimeoutContextDelayTimeout() = runTestNotOnMainDispatcher { in <lambda>()
98 fun testWithContextTimeoutDelayNoTimeout() = runTestNotOnMainDispatcher { in <lambda>()
114 fun testWithContextTimeoutDelayTimeout() = runTestNotOnMainDispatcher { in <lambda>()