INNER CODE UNIT · Kotlin
ExampleInstrumentedTest
wgtunnel/android · logcatter/src/androidTest/java/com/zaneschepke/ExampleInstrumentedTest.kt:15
class ExampleInstrumentedTest {
@Test
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.zaneschepke.test", appContext.packageName)
}
}