Skip to content

Instantly share code, notes, and snippets.

@Egorand
Created July 2, 2016 09:38
Show Gist options
  • Save Egorand/d9e6df976b4405d0d2b8d880a2150367 to your computer and use it in GitHub Desktop.
Save Egorand/d9e6df976b4405d0d2b8d880a2150367 to your computer and use it in GitHub Desktop.
android-espresso-sorted-list-activity-test-rule
@Rule public ActivityTestRule<TeamsActivity> activityTestRule =
new ActivityTestRule<>(TeamsActivity.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment