测试记录解释器

public class TestRecordInterpreter
extends Object

java.lang.Object
com.android.tradefed.util.TestRecordInterpreter


用于将TestRecord原型转换为 Tradefed 中更易于操作的格式的实用程序。

概括

公共构造函数

TestRecordInterpreter ()

公共方法

static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecord转换为CollectingTestListener

公共构造函数

测试记录解释器

public TestRecordInterpreter ()

公共方法

解释记录

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecord转换为CollectingTestListener

参数
record TestRecordProto.TestRecord :完整的TestRecord

退货
CollectingTestListener填充了结果的CollectingTestListener