class KoinTestRule : TestWatcher
TestRule which will automatically start and stop Koin.
Author
Nick Cipollo
Author
Jan Mottl
koin |
val koin: Koin |
finished |
fun finished(description: Description?): Unit |
starting |
fun starting(description: Description?): Unit |
create |
fun create(appDeclaration: KoinAppDeclaration = {}): KoinTestRule |