哪些依赖版本应添加构建gradle

时间:2019-04-02 17:55:20

标签: android

ExampleInstrumentedTest 我找不到合适的依赖项

class ExampleInstrumentedTest {
    @Test
    fun useAppContext() {
        // Context of the app under test.
        val appContext = InstrumentationRegistry.getTargetContext()
        assertEquals("com.example.android.instakotlinapp", appContext.packageName)
    }
}

0 个答案:

没有答案