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