INNER CODE UNIT · Kotlin

ExampleInstrumentedTest

romanvht/ByeByeDPI · app/src/androidTest/java/io/github/romanvht/byedpi/ExampleInstrumentedTest.kt:17

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…