BaseKoinFlowTest
abstract class BaseKoinFlowTest<C, TC : BaseKoinUIThreadTest.KoinTestContext, T, F : Flow<T>> : BaseFlowTest<C, TC, T, F>
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