程式碼涵蓋率測試

public class CodeCoverageTest
extends InstrumentationTest

java.lang.Object
   ↳ com.android.tradefed.testtype.InstrumentationTest
     ↳ com.android.tradefed.testtype.CodeCoverageTest


這項測試會在指定裝置上執行檢測設備測試套件,並 產生程式碼涵蓋率報表需要 Emma 檢測 應用程式。

摘要

欄位

public static final String COVERAGE_REMOTE_FILE_LABEL

公用建構函式

CodeCoverageTest()

公用方法

void run(TestInformation testInfo, ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

欄位

COVERAGE_REMOTE_FILE_LABEL

public static final String COVERAGE_REMOTE_FILE_LABEL

公用建構函式

程式碼涵蓋率測試

public CodeCoverageTest ()

公用方法

得分

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

執行測試,並將結果回報給事件監聽器。

參數
testInfo TestInformationTestInformation 物件,包含可執行的實用資訊 測試。

listener ITestInvocationListener:測試結果的 ITestInvocationListener

擲回
DeviceNotAvailableException