Interpretador de registros de teste

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

Interpretador de registros de teste

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 Uma CollectingTestListener preenchida com os resultados.