TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Utilitas untuk mengubah proto TestRecord menjadi format yang lebih mudah dimanipulasi di Tradefed.

Ringkasan

Konstruktor publik

TestRecordInterpreter ()

Metode publik

static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Ubah TestRecord menjadi CollectingTestListener .

Konstruktor publik

TestRecordInterpreter

public TestRecordInterpreter ()

Metode publik

interpretasiRekam

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Ubah TestRecord menjadi CollectingTestListener .

Parameter
record TestRecordProto.TestRecord : TestRecord lengkap.

Kembali
CollectingTestListener CollectingTestListener yang terisi dengan hasilnya.