Skip to content

Instantly share code, notes, and snippets.

@pahill
Created August 31, 2022 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahill/b252a4fd08d9cfea24df37644fe9684b to your computer and use it in GitHub Desktop.
Save pahill/b252a4fd08d9cfea24df37644fe9684b to your computer and use it in GitHub Desktop.
class CheckModulesTest : KoinTest {
@Test
fun verifyKoinApp() {
koinApplication {
modules(module1, module2)
checkModules()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment