I am trying to test a return from a method of my class in an Android project. I'm doing it this way:
MyClass var = Mockito.mock(MyClass.class);
With this, I already have my instance. Now I need to test methods of this class, I did it this w...
asked by
14.01.2015 / 21:50