测试类的注册模板
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="cn.com.junit" android:label="Tests for My App" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="cn.com.junit" android:label="Tests for My App" />
本文介绍如何使用InstrumentationTestRunner进行Android应用的单元测试配置。通过指定targetPackage和label属性,可以为特定的应用组件设置测试运行器。
1471

被折叠的 条评论
为什么被折叠?



