Codeface
Results
2
comments of
Codeface
i have tried this but mocking not happening still it show the original value. Please check my unit test case **presenter** public class MainPresenter { private MainService mainService; private MainView...
I have done one work around, please let me know this approach is acceptable. @Rule public final DaggerMockRule rule = new RobolectricMockTestRule(); @Mock RestService restService; MainActivity mainActivity; @Mock MainPresenter presenter;...