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