Posts by Pires • 11 points
1 post
-
1
votes0
answers74
viewsQ: Problem creating android unit test with Rxjava and Mockito
The test is about making the assertions that the methods are called when the execution is successful, but an error is occurring that I cannot solve. My class: class LoginActivityPresenter(private…