Advertisement
irobust

Android Programming - Espresso

Sep 8th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. onView(withId(R.id.button)).perform(click());
  2. onView(withId(R.id.tvMessage)).check(matches(withText("John")));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement