टेस्टरिकॉर्ड इंटरप्रेटर

public class TestRecordInterpreter
extends Object

java.lang.Object
com.android.tradefed.util.TestRecord interpreter


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

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

TestRecordInterpreter()

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

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

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

सार्वजनिक कंस्ट्रक्टर

टेस्टरिकॉर्ड इंटरप्रेटर

public TestRecordInterpreter ()

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

अनुवादक रिकॉर्ड

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

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

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

रिटर्न
CollectingTestListener नतीजों से भरा हुआ CollectingTestListener.