Skip to content

Instantly share code, notes, and snippets.

@heitorcolangelo
Last active July 24, 2016 15:55
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/0d35a40ba6b6a908cb07d131d2fe8c5b to your computer and use it in GitHub Desktop.
Save heitorcolangelo/0d35a40ba6b6a908cb07d131d2fe8c5b to your computer and use it in GitHub Desktop.
ActivityTestRule
@RunWith(AndroidJUnit4.class)
public class LoginActivityTest {
@Rule
public ActivityTestRule<LoginActivity>
mActivityRule = new ActivityTestRule<>(LoginActivity.class, false, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment