TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Narzędzie do konwertowania prototypu TestRecord na format, który można łatwiej modyfikować w Tradefed.

Podsumowanie

Konstruktory publiczne

TestRecordInterpreter()

Metody publiczne

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

Przekształć TestRecord na CollectingTestListener.

Konstruktory publiczne

TestRecordInterpreter

public TestRecordInterpreter ()

Metody publiczne

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Przekształć TestRecord na CollectingTestListener.

Parametry
record TestRecordProto.TestRecord: pełny TestRecord.

Zwroty
CollectingTestListener wypełniony CollectingTestListener z wynikami.