PassingTestFileReporter

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)

公用建構函式

PassingTestFileReporter

public PassingTestFileReporter ()

公用方法

invocationEnded

public void invocationEnded (long elapsedTime)

參數
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

參數
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

參數
test TestDescription

result TestResult