測試記錄解讀工具

public class TestRecordInterpreter
extends Object

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


可在交易過程中,將 TestRecord proto 轉換為更易於操作的格式。

摘要

公用建構函式

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