INNER CODE UNIT · Java
ExampleInstrumentedTest
iammert/ScalingLayout · app/src/androidTest/java/iammert/com/view/scalinglayout/ExampleInstrumentedTest.java:18
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("iammert.com.view.scalinglayout", appContext.getPackageName());
}
}