Skip to content

Instantly share code, notes, and snippets.

@israbr
Created November 5, 2013 12:23
Show Gist options
  • Save israbr/cad836dddb582b8ad884 to your computer and use it in GitHub Desktop.
Save israbr/cad836dddb582b8ad884 to your computer and use it in GitHub Desktop.
public class TestMainActivity extends ActivityInstrumentationTestCase2<MainActivity> {
public TestMainActivity() {
super(MainActivity.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment