TestRecordInterpreter
public class TestRecordInterpreter
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.util.TestRecordInterpreter |
Utilitário para converter um proto TestRecord em um formato mais facilmente manipulável no Tradefed.
Resumo
Construtores públicos | |
|---|---|
TestRecordInterpreter () | |
Métodos públicos | |
|---|---|
static CollectingTestListener | interpreteRecord (TestRecordProto.TestRecord record) Converta o |
Construtores públicos
TestRecordInterpreter
public TestRecordInterpreter ()
Métodos públicos
interpreteRecord
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
Converta o TestRecord em CollectingTestListener .
| Parâmetros | |
|---|---|
record | TestRecordProto.TestRecord : Um TestRecord completo. |
| Devoluções | |
|---|---|
CollectingTestListener | Um CollectingTestListener preenchido com os resultados. |