TestRecordInterpreter
public class TestRecordInterpreter
extends Object
java.lang.Objek | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
Utilitas untuk mengonversi proto TestRecord
menjadi format yang lebih mudah dimanipulasi di Tradefed.
Ringkasan
Konstruktor publik | |
---|---|
TestRecordInterpreter () |
Metode publik | |
---|---|
static CollectingTestListener | interpreteRecord (TestRecordProto.TestRecord record) Ubah |
Konstruktor publik
TestRecordInterpreter
public TestRecordInterpreter ()
Metode publik
interpreteRecord
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
Ubah TestRecord
menjadi CollectingTestListener
.
Parameter | |
---|---|
record | TestRecordProto.TestRecord : TestRecord penuh. |
Pengembalian | |
---|---|
CollectingTestListener | CollectingTestListener yang terisi dengan hasilnya. |