TestRecordInterpreter

public class TestRecordInterpreter
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.TestRecordInterpreter


TestRecord proto'sunu Tradefed'de daha kolay değiştirilebilir bir biçime dönüştüren yardımcı program.

Özet

Herkese açık kurucular

TestRecordInterpreter()

Herkese açık yöntemler

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

TestRecord öğesini CollectingTestListener öğesine dönüştürün.

Herkese açık kurucular

TestRecordInterpreter

public TestRecordInterpreter ()

Herkese açık yöntemler

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecord öğesini CollectingTestListener öğesine dönüştürün.

Parametreler
record TestRecordProto.TestRecord: Tam bir TestRecord.

İlerlemeler
CollectingTestListener Sonuçlarla doldurulmuş bir CollectingTestListener.