Hi I have the following code:
@RunWith(Test9Runner.class) public class MainActivityTest { private MainActivity activity; private Button pressMeButto
Updating this for 3.1.2 as the answers above did not work for me:-
loginButton.callOnClick(); Intent startedIntent = shadowOf(activity).getNextStartedActivity(); ShadowIntent shadowIntent = shadowOf(startedIntent); assertEquals(NextActivity.class, shadowIntent.getIntentClass());