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