INNER CODE UNIT · Kotlin

ExampleInstrumentedTest

rumboalla/apkupdater · app/src/androidTest/kotlin/com/apkupdater/ExampleInstrumentedTest.kt:17

class ExampleInstrumentedTest {
    @Test
    fun useAppContext() {
        // Context of the app under test.
        val appContext = InstrumentationRegistry.getInstrumentation().targetContext
        assertEquals("com.apkupdater", appContext.packageName)
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…