TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


TestRecord proto を Tradefed で操作しやすい形式に変換するユーティリティ。

概要

パブリック コンストラクタ

TestRecordInterpreter()

パブリック メソッド

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

TestRecordCollectingTestListener に変換します。

パブリック コンストラクタ

TestRecordInterpreter

public TestRecordInterpreter ()

パブリック メソッド

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecordCollectingTestListener に変換します。

パラメータ
record TestRecordProto.TestRecord: 完全な TestRecord

戻り値
CollectingTestListener 結果が入力された CollectingTestListener