INNER CODE UNIT · Java
useAppContext
githubhaohao/NDK_OpenGLES_3_0 · app/src/androidTest/java/com/byteflow/app/ExampleInstrumentedTest.java:20
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals("com.byteflow.app", appContext.getPackageName());
}
}