Home
last modified time | relevance | path

Searched defs:testDispatcher (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
DLaunchInTest.kt31 fun testDispatcher() = runTest { in <lambda>() method in kotlinx.coroutines.flow.LaunchInTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDispatcherKeyTest.kt21 fun testDispatcher() { in testDispatcher() method
/external/jetpack-camera-app/feature/preview/src/test/java/com/google/jetpackcamera/feature/preview/
DScreenFlashTest.kt45 private val testDispatcher = StandardTestDispatcher(testScope.testScheduler) constant
/external/jetpack-camera-app/core/camera/src/test/java/com/google/jetpackcamera/core/camera/test/
DFakeCameraUseCaseTest.kt42 private val testDispatcher = StandardTestDispatcher(testScope.testScheduler) constant in com.google.jetpackcamera.core.camera.test.FakeCameraUseCaseTest