Searched refs:runTestNotOnMainDispatcher (Results 1 – 1 of 1) sorted by relevance
18 private fun runTestNotOnMainDispatcher(block: suspend CoroutineScope.() -> Unit) { in isMainThread() method in kotlinx.coroutines.MainDispatcherTest25 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>()