Skip to content

Instantly share code, notes, and snippets.

@charbgr
Last active August 13, 2018 09:31
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 charbgr/d9fa8249368b9cadc0235024649e9733 to your computer and use it in GitHub Desktop.
Save charbgr/d9fa8249368b9cadc0235024649e9733 to your computer and use it in GitHub Desktop.
Mocking dependencies in unit-test using Koin
declare { // It is provided in koin-test utilities
single("draftStorage") {
FakeStorage() as Storage
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment