通过测试文件报告器

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