Android 使用JUnit进行单元测试
摘要:
打开AndroidManifest.xml文件,在</activity>下面添加这一行:<uses-library android:name="android.test.runner"/>在</application>下面添加这一行:(把 com.example.readwritexml 改为你待测试的程序包名)<instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com 阅读全文
posted @ 2012-07-25 23:41 jxgxy 阅读(295) 评论(0) 推荐(0) 编辑