TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Tradefed में TestRecord प्रोटो को आसानी से बदले जा सकने वाले फ़ॉर्मैट में बदलने के लिए उपयोगी टूल.

खास जानकारी

पब्लिक कंस्ट्रक्टर

TestRecordInterpreter()

सार्वजनिक तरीके

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

TestRecord को CollectingTestListener में बदलें.

पब्लिक कंस्ट्रक्टर

TestRecordInterpreter

public TestRecordInterpreter ()

सार्वजनिक तरीके

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

TestRecord को CollectingTestListener में बदलें.

पैरामीटर
record TestRecordProto.TestRecord: पूरा TestRecord.

रिटर्न
CollectingTestListener नतीजों के साथ पॉप्युलेट किया गया CollectingTestListener.