Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created February 23, 2016 02:02
Show Gist options
  • Save luizmarcus/7e6105e99fdfb873664e to your computer and use it in GitHub Desktop.
Save luizmarcus/7e6105e99fdfb873664e to your computer and use it in GitHub Desktop.
@RunWith(AndroidJUnit4.class)
@LargeTest
public class LoginTest {
@Rule
public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(
MainActivity.class);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment