TestRecordInterpreter

public class TestRecordInterpreter
extends Object

java.lang.Object
   ↳ 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)

Konversikan TestRecord menjadi CollectingTestListener.

Konstruktor publik

TestRecordInterpreter

public TestRecordInterpreter ()

Metode publik

InterpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Konversikan TestRecord menjadi CollectingTestListener.

Parameter
record TestRecordProto.TestRecord: TestRecord penuh.

Hasil
CollectingTestListener CollectingTestListener yang telah diisi dengan hasil.