測試記錄解釋器

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