INNER CODE UNIT · Kotlin

ExampleInstrumentedTest

hegaojian/JetpackMvvm · app/src/androidTest/java/me/hgj/jetpackmvvm/demo/ExampleInstrumentedTest.kt:17

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…