Skip to content

Instantly share code, notes, and snippets.

@vincent-paing
Last active August 21, 2019 10:14
Show Gist options
  • Save vincent-paing/a745b4b5f70537ed73fe17c20b8132bb to your computer and use it in GitHub Desktop.
Save vincent-paing/a745b4b5f70537ed73fe17c20b8132bb to your computer and use it in GitHub Desktop.
runBlockingTest {
imageLoader = TestApplication.appComponent().imageLoader()
whenever(imageLoader.load(any()))
.thenReturn(object : RequestDisposable {
override fun isDisposed() = true
override fun dispose() {}
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment