INNER CODE UNIT · Java

ExampleInstrumentedTest

amitshekhariitbhu/Android-Debug-Database · debug-db-base/src/androidTest/java/com/amitshekhar/ExampleInstrumentedTest.java:37

public class ExampleInstrumentedTest {
    @Test
    public void useAppContext() throws Exception {
        // Context of the app under test.
        Context appContext = InstrumentationRegistry.getTargetContext();

        assertEquals("com.amitshekhar.test", appContext.getPackageName());
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…