TestRecordInterpreter
public class TestRecordInterpreter
extends Object
java.lang.Objeto | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
Utilidad para convertir un protocolo TestRecord
a 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 |
Constructores públicos
TestRecordInterpreter
public TestRecordInterpreter ()
Métodos públicos
interpretarRegistro
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
Convierta TestRecord
en CollectingTestListener
.
Parámetros | |
---|---|
record | TestRecordProto.TestRecord : un TestRecord completo. |
Devoluciones | |
---|---|
CollectingTestListener | Un CollectingTestListener poblado con los resultados. |