透過測試文件報告器

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

java.lang.Object
com.android.tradefed.result.TestResultListener
com.android.tradefed.result.PassingTestFileReporter


將傳遞的測試案例清單儲存到測試檔案的ITestInvocationListener

概括

公共構造函數

PassingTestFileReporter ()

公共方法

void invocationEnded (long elapsedTime)
void invocationStarted (IInvocationContext context)
void testResult (TestDescription test, TestResult result)

公共構造函數

透過測試文件報告器

public PassingTestFileReporter ()

公共方法

呼叫結束

public void invocationEnded (long elapsedTime)

參數
elapsedTime long

調用開始

public void invocationStarted (IInvocationContext context)

參數
context IInvocationContext

測試結果

public void testResult (TestDescription test, 
                TestResult result)

參數
test TestDescription

result TestResult