Updated #1: more info added to the end of this post
I\'m new to Android development and testing.
I have three Espresso tests. First test passes, but the
Try the following:
@Before public void setUp() throws Exception { super.setUp(); Log.d(TAG, "SETUP"); activity = getActivity(); }