Android 中如何進行單元測試

  1. 在 AndroidManifest.xml 的 <application></application>標籤中加入以下語句:android

    <uses-library android:name="android.test.runner"/>app

  2. 在 AndroidManifest.xml 的 <manifest></manifest>標籤中加入以下語句:spa

    <instrumentation 
    xml

       android:name="android.test.InstrumentationTestRunner"繼承

       android:targetPackage="com.example.log"get

       android:label="Tests for My App"it

       />io

  3. 在src文件夾中建立 TestCase 必須繼承 AndroidTestCasetest

相關文章
相關標籤/搜索