Skip to content

Instantly share code, notes, and snippets.

@catehstn
Created April 25, 2016 09:50
Embed
What would you like to do?
@Test
public void testLaunchActivity() {
onView(withId(R.id.home_camera_button)).check(matches(withText("Camera")));
onView(withId(R.id.home_gallery_button)).check(matches(withText("Gallery")));
onView(withId(R.id.home_inspire_button)).check(matches(withText("Inspire")));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment