|
|
|
@ -23,4 +23,6 @@ public class ExampleInstrumentedTest {
|
|
|
|
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
|
|
|
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
|
|
|
assertEquals("net.micode.notes", appContext.getPackageName());
|
|
|
|
assertEquals("net.micode.notes", appContext.getPackageName());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//test
|