Android 单元测试学习(一)

1. 添加配置信息
<application>
    <! -- 使用android测试包 -->
    <uses-library android:name="android.test.runner" />  
</application>
<!-- android:targetPackage的值应与manifest的package的值一致-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
    android:targetPackage="com.atguigu.t4_storage”/>
2. 编写测试类
        class StudentTest extends AndroidTestCase

上一篇:git修改远程仓库地址


下一篇:Linux Shell从用户输入获取设备ID