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