KoinFlowTest
abstract class KoinFlowTest<TC : KoinUIThreadTest.KoinTestContext, T, F : Flow<T>> : BaseKoinFlowTest<Unit, TC, T, F>
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val createTestContextWithConfiguration: suspend (configuration: Unit, scope: CoroutineScope) -> TC
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun testOnUIThread(configuration: Unit, cancelScopeAfterTest: Boolean, block: suspend TC.() -> Unit): TestResult
Link copied to clipboard
Link copied to clipboard
fun testWithFlowAndTestContext(configuration: Unit, createFlowInMainScope: Boolean, blockWithContext: FlowTestBlockWithContext<Unit, TC, T, F>): TestResult