Skip to content

Instantly share code, notes, and snippets.

@DiegoGSantos
Last active November 28, 2018 01:36
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 DiegoGSantos/baaa3614abc87a176a66cfbcaa5c1934 to your computer and use it in GitHub Desktop.
Save DiegoGSantos/baaa3614abc87a176a66cfbcaa5c1934 to your computer and use it in GitHub Desktop.
Mockito
@Before
fun setUpTest() {
loadKoinModules(listOf(module {
single { mockRepository }
}))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment