TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


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

摘要

公共构造函数

TestRecordInterpreter()

公共方法

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

TestRecord 转换为 CollectingTestListener

公共构造函数

TestRecordInterpreter

public TestRecordInterpreter ()

公共方法

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecord 转换为 CollectingTestListener

参数
record TestRecordProto.TestRecord:完整的 TestRecord

返回
CollectingTestListener 包含结果的填充 CollectingTestListener