BaseKoinFlowTest
abstract class BaseKoinFlowTest<C, TC : BaseKoinUIThreadTest.KoinTestContext, T, F : Flow<T>> : BaseFlowTest<C, TC, T, F>
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
abstract val createTestContextWithConfiguration: suspend (configuration: C, 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: C, cancelScopeAfterTest: Boolean, block: suspend TC.() -> Unit): TestResult
Link copied to clipboard
fun testWithFlowAndTestContext(configuration: C, createFlowInMainScope: Boolean, blockWithContext: FlowTestBlockWithContext<C, TC, T, F>): TestResult