AndroidCoroutineTest

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
val testDispatcher: TestDispatcher
Link copied to clipboard
val testScope: TestScope

Functions

Link copied to clipboard
fun <T> TestScope.collectFlow(flow: Flow<T>, collector: suspend (T) -> Unit)
Link copied to clipboard
open override fun dispose()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun runTest(block: suspend TestScope.() -> Unit): TestResult