INNER CODE UNIT · Java
ExampleInstrumentedTest
JavaNoober/BackgroundLibrary · androidx/src/androidTest/java/com/noober/androidx/ExampleInstrumentedTest.java:18
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.noober.androidx.test", appContext.getPackageName());
}
}