TestUiDispatcher
Kotlin
|Java
object TestUiDispatcher
kotlin.Any | |
↳ | androidx.compose.ui.test.TestUiDispatcher |
Summary
Properties | |
---|---|
CoroutineContext |
The dispatcher to use if you need to dispatch coroutines on the main thread in tests. |
Properties
Main
valMain: CoroutineContext
Deprecated.
The dispatcher to use if you need to dispatch coroutines on the main thread in tests.