Skip to content

Instantly share code, notes, and snippets.

@kikuchy
Last active May 25, 2018 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kikuchy/89240cf5ccfdc5c97334fdbdb0826a19 to your computer and use it in GitHub Desktop.
Save kikuchy/89240cf5ccfdc5c97334fdbdb0826a19 to your computer and use it in GitHub Desktop.
// Robolectric のApplicationContext
val context = RuntimeEnvironment.application
// Testing Support LibraryのApplicationContext
val context = InstrumentationRegistry.getTargetContext()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment