TestRecordInterpreter
public
class
TestRecordInterpreter
extends Object
java.lang.Object | |
🎞 | com.android.tradefed.util.TestRecordInterpreter |
Utilità per convertire un protocollo TestRecord
in un formato più facilmente manipolabile in Tradefed.
Riepilogo
Costruttori pubblici | |
---|---|
TestRecordInterpreter()
|
Metodi pubblici | |
---|---|
static
CollectingTestListener
|
interpreteRecord(TestRecordProto.TestRecord record)
Converti |
Costruttori pubblici
TestRecordInterpreter
public TestRecordInterpreter ()
Metodi pubblici
interpreteRecord
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
Converti TestRecord
in CollectingTestListener
.
Parametri | |
---|---|
record |
TestRecordProto.TestRecord : TestRecord completo. |
Ritorni | |
---|---|
CollectingTestListener |
Un elemento CollectingTestListener compilato con i risultati. |