toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
test-utils-koin
/
com.splendo.kaluga.test.koin
/
BaseKoinUIThreadTest
/
KoinTestContext
Koin
Test
Context
open
class
KoinTestContext
(
appDeclaration
:
KoinAppDeclaration
?
=
null
,
koinModules
:
List
<
Module
>
)
:
BaseUIThreadTest.TestContext
,
KoinComponent
Inheritors
KoinTestContext
KoinViewModelTestContext
Members
Constructors
Koin
Test
Context
Link copied to clipboard
constructor
(
vararg
koinModules
:
Module
)
constructor
(
appDeclaration
:
KoinAppDeclaration
,
vararg
koinModules
:
Module
)
constructor
(
appDeclaration
:
KoinAppDeclaration
?
=
null
,
koinModules
:
List
<
Module
>
)
Functions
dispose
Link copied to clipboard
open
override
fun
dispose
(
)
get
Koin
Link copied to clipboard
open
fun
getKoin
(
)
:
Koin