テストレコードインタープリター

public class TestRecordInterpreter
extends Object

java.lang.オブジェクト
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