INNER CODE UNIT · Java
ExampleInstrumentedTest
donkingliang/ConsecutiveScroller · app/src/androidTest/java/com/donkingliang/consecutivescrollerdemo/ExampleInstrumentedTest.java:19
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.donkingliang.consecutivescroller", appContext.getPackageName());
}
}