TestRecordInterpreter
public
class
TestRecordInterpreter
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
用于将 TestRecord
proto 转换为 Tradefed 中更易于操作的格式的实用程序。
摘要
公共构造函数 | |
---|---|
TestRecordInterpreter()
|
公共方法 | |
---|---|
static
CollectingTestListener
|
interpreteRecord(TestRecordProto.TestRecord record)
将 |
公共构造函数
TestRecordInterpreter
public TestRecordInterpreter ()
公共方法
InterpreteRecord
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
将 TestRecord
转换为 CollectingTestListener
。
参数 | |
---|---|
record |
TestRecordProto.TestRecord :完整的 TestRecord 。 |
返回 | |
---|---|
CollectingTestListener |
使用结果填充的 CollectingTestListener 。 |