Skip to content

Instantly share code, notes, and snippets.

@rsicarelli
Created November 7, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsicarelli/351d99cef7d49ba8a7a27e19943a1705 to your computer and use it in GitHub Desktop.
Save rsicarelli/351d99cef7d49ba8a7a27e19943a1705 to your computer and use it in GitHub Desktop.
@Rule
public ActivityTestRule activityRule = new ActivityTestRule<>(
MainActivity.class,
true, // initialTouchMode
false); // launchActivity. False to set intent per method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment