Android的Junit測試

 1.測試類要繼承AndroidTestCase,然後寫 測試方法。   2.在AndroidManifest.xml清單文件中配置Junit測試的配置信息 <instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.xxc.junit" /><!-- 寫測試的包
相關文章
相關標籤/搜索