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