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 ()

公開方法

調用結束

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