Skip to content

Instantly share code, notes, and snippets.

@remcomokveld
Created April 14, 2019 19:47
Show Gist options
  • Save remcomokveld/4e9d13cca0cb2510b171fe1c2f130fc6 to your computer and use it in GitHub Desktop.
Save remcomokveld/4e9d13cca0cb2510b171fe1c2f130fc6 to your computer and use it in GitHub Desktop.
@RunWith(AndroidJUnit4::class)
class MyFragmentTest {
@Test
fun launchFragment() {
launchFragmentInContainer<MyFragment>()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment