Skip to content

Instantly share code, notes, and snippets.

@zwliew
Created February 27, 2019 02:58
Show Gist options
  • Save zwliew/93fb07bbb00fd8f73a0b67a9ec57ed48 to your computer and use it in GitHub Desktop.
Save zwliew/93fb07bbb00fd8f73a0b67a9ec57ed48 to your computer and use it in GitHub Desktop.
class IntroductionActivityTest {
@Before
public void setUp() {
Intents.init();
}
@After
public void tearDown() {
Intents.release();
}
// Rest of the class
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment