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 |