TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Utilitário para converter um proto TestRecord em um formato mais fácil de manipular no Tradefed.

Resumo

Construtores públicos

TestRecordInterpreter()

Métodos públicos

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

Converta o TestRecord em um CollectingTestListener.

Construtores públicos

TestRecordInterpreter

public TestRecordInterpreter ()

Métodos públicos

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Converta o TestRecord em um CollectingTestListener.

Parâmetros
record TestRecordProto.TestRecord: um TestRecord completo.

Retorna
CollectingTestListener Um CollectingTestListener preenchido com os resultados.