Skip to content

Instantly share code, notes, and snippets.

@flipper83
Created September 27, 2017 13:26
Show Gist options
  • Save flipper83/44197796ca568b88020c545cc102ba8c to your computer and use it in GitHub Desktop.
Save flipper83/44197796ca568b88020c545cc102ba8c to your computer and use it in GitHub Desktop.
@Test public void showsEmptyCaseIfThereAreNoSuperHeroes() {
givenThereAreNoSuperHeroes();
startActivity();
onView(withText("¯\\_(ツ)_/¯")).check(matches(isDisplayed()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment