通过测试文件报告程序
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 ()
公共方法
invocationEnded
public void invocationEnded (long elapsedTime)
报告调用已终止(无论是成功终止还是由于某些错误) 条件。
将由 TradeFederation 框架自动调用。
参数 | |
---|---|
elapsedTime |
long :调用所用的时间(以毫秒为单位) |
invocationStarted
public void invocationStarted (IInvocationContext context)
报告测试调用的开始。
将由 TradeFederation 框架自动调用。报告者需要覆盖 此方法支持多设备报告。
参数 | |
---|---|
context |
IInvocationContext :调用的相关信息 |
测试结果
public void testResult (TestDescription test, TestResult result)
参数 | |
---|---|
test |
TestDescription |
result |
TestResult |