INNER CODE UNIT · Kotlin
ExampleInstrumentedTest
jenly1314/ZXingLite · zxing-lite/src/androidTest/kotlin/com/king/zxing/ExampleInstrumentedTest.kt:11
class ExampleInstrumentedTest {
@Test
fun useAppContext() {
val appContext: Context = InstrumentationRegistry.getTargetContext()
assertEquals("com.king.zxing.test", appContext.packageName)
}
}