Skip to content

Instantly share code, notes, and snippets.

@heitorcolangelo
Created August 4, 2016 01:35
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 heitorcolangelo/1a3287a316d02eb2fea03c4fc84782c5 to your computer and use it in GitHub Desktop.
Save heitorcolangelo/1a3287a316d02eb2fea03c4fc84782c5 to your computer and use it in GitHub Desktop.
MainActivityTest - initial config
@RunWith(AndroidJUnit4.class)
public class MainActivityTest {
@Rule
public ActivityTestRule<MainActivity>
mActivityRule = new ActivityTestRule<>(MainActivity.class, false, false);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment