KoinUIThreadTest
abstract class KoinUIThreadTest<TC : KoinUIThreadTest.KoinTestContext> : BaseKoinUIThreadTest<Unit, TC>
Inheritors
Types
Link copied to clipboard
open class KoinTestContext(appDeclaration: KoinAppDeclaration? = null, koinModules: List<Module>) : BaseKoinUIThreadTest.KoinTestContext
Properties
Link copied to clipboard
Link copied to clipboard
open override val createTestContextWithConfiguration: suspend (configuration: Unit, scope: CoroutineScope) -> TC
Functions
Link copied to clipboard
Link copied to clipboard
fun testOnUIThread(configuration: Unit, cancelScopeAfterTest: Boolean, block: suspend TC.() -> Unit)