TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Utilidad para convertir un prototipo TestRecord en un formato más fácilmente manipulable en Tradefed.

Resumen

Constructores públicos

TestRecordInterpreter ()

Métodos públicos

static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Convierta el TestRecord en un CollectingTestListener .

Constructores públicos

TestRecordInterpreter

public TestRecordInterpreter ()

Métodos públicos

interpretarRegistrar

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Convierta el TestRecord en un CollectingTestListener .

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

Devoluciones
CollectingTestListener Un CollectingTestListener poblado con los resultados.