Created
August 21, 2019 10:18
-
-
Save vincent-paing/b9c94d88acc6530c72de36c877227ab6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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