INNER CODE UNIT · Java
ExampleInstrumentedTest
amitshekhariitbhu/Android-Debug-Database · sample-app/src/androidTest/java/com/sample/ExampleInstrumentedTest.java:37
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.sample", appContext.getPackageName());
}
}