测试记录解释器
public class TestRecordInterpreter
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
将TestRecord
原型转换为在 Tradefed 中更易于操作的格式的实用程序。
概括
公共构造函数 | |
---|---|
TestRecordInterpreter () |
公共方法 | |
---|---|
static CollectingTestListener | interpreteRecord (TestRecordProto.TestRecord record) |
公共构造函数
测试记录解释器
public TestRecordInterpreter ()
公共方法
解释记录
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
将TestRecord
转换为CollectingTestListener
。
参数 | |
---|---|
record | TestRecordProto.TestRecord :完整的TestRecord 。 |
退货 | |
---|---|
CollectingTestListener | 一个填充了结果的CollectingTestListener 。 |