Skip to content

Instantly share code, notes, and snippets.

@vincent-paing
Created August 21, 2019 10:18
Show Gist options
  • Save vincent-paing/b9c94d88acc6530c72de36c877227ab6 to your computer and use it in GitHub Desktop.
Save vincent-paing/b9c94d88acc6530c72de36c877227ab6 to your computer and use it in GitHub Desktop.
whenever(imageLoader.load(requestCaptor.capture())).thenAnswer {
//Set a black color drawable
requestCaptor.lastValue.target?.onSuccess(ColorDrawable(Color.BLACK))
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