check Modules
Deprecated
Migrate to verify() API
Replace with
org.koin.test.verify.VerifyContent copied to clipboard
Check all definition's dependencies - start all modules and check if definitions can run
fun checkModules(level: Level = Level.INFO, parameters: CheckParameters? = null, appDeclaration: KoinAppDeclaration)
Deprecated
Migrate to verify() API
Replace with
org.koin.test.verify.VerifyContent copied to clipboard
Verify Modules by running each definition
Parameters
level
Log level
parameters
parameter setup
app Declaration
koin Application