Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class KoinTestContext(appDeclaration: KoinAppDeclaration? = null, koinModules: List<Module>) : BaseUIThreadTest.TestContext, KoinComponent

Properties

Link copied to clipboard
abstract val createTestContextWithConfiguration: suspend (configuration: C, scope: CoroutineScope) -> TC

Functions

Link copied to clipboard
expect open fun afterTest()
Link copied to clipboard
expect open fun beforeTest()
Link copied to clipboard
fun testOnUIThread(configuration: C, cancelScopeAfterTest: Boolean, block: suspend TC.() -> Unit)