TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Utilidad para convertir un proto TestRecord en un formato más fácil de manipular en Tradefed.

Resumen

Constructores públicos

TestRecordInterpreter()

Métodos públicos

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

Convierte el TestRecord en un CollectingTestListener.

Constructores públicos

TestRecordInterpreter

public TestRecordInterpreter ()

Métodos públicos

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Convierte el TestRecord en un CollectingTestListener.

Parámetros
record TestRecordProto.TestRecord: Un TestRecord completo.

Muestra
CollectingTestListener Un CollectingTestListener propagado con los resultados