測試記錄解釋器

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