Skip to content

Instantly share code, notes, and snippets.

@zwliew
Created February 26, 2019 08:21
Show Gist options
  • Save zwliew/7190092bf4172412373e4b578dd78d8f to your computer and use it in GitHub Desktop.
Save zwliew/7190092bf4172412373e4b578dd78d8f to your computer and use it in GitHub Desktop.
public class IntroductionActivityTest {
@Rule
public final ActivityScenarioRule<IntroductionActivity> scenarioRule
= new ActivityScenarioRule<>(IntroductionActivity.class);
// ...Rest of the class...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment