Searched defs:testDispatcher (Results 1 – 4 of 4) sorted by relevance
31 fun testDispatcher() = runTest { in <lambda>() method in kotlinx.coroutines.flow.LaunchInTest
21 fun testDispatcher() { in testDispatcher() method
45 private val testDispatcher = StandardTestDispatcher(testScope.testScheduler) constant
42 private val testDispatcher = StandardTestDispatcher(testScope.testScheduler) constant in com.google.jetpackcamera.core.camera.test.FakeCameraUseCaseTest