TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Utilità per convertire un prototipo TestRecord in un formato più facilmente manipolabile in Tradefed.

Riepilogo

Costruttori pubblici

TestRecordInterpreter ()

Metodi pubblici

static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Converti TestRecord in CollectingTestListener .

Costruttori pubblici

TestRecordInterpreter

public TestRecordInterpreter ()

Metodi pubblici

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Converti TestRecord in CollectingTestListener .

Parametri
record TestRecordProto.TestRecord : un TestRecord completo.

ritorna
CollectingTestListener Un CollectingTestListener popolato con i risultati.