टेस्ट रिकॉर्ड इंटरप्रेटर
public class TestRecordInterpreter
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
Tradefed में TestRecord
प्रोटो को अधिक आसानी से जोड़-तोड़ करने योग्य प्रारूप में बदलने की उपयोगिता।
सारांश
सार्वजनिक निर्माणकर्ता | |
---|---|
TestRecordInterpreter () |
सार्वजनिक तरीके | |
---|---|
static CollectingTestListener | interpreteRecord (TestRecordProto.TestRecord record) |
सार्वजनिक निर्माणकर्ता
टेस्ट रिकॉर्ड इंटरप्रेटर
public TestRecordInterpreter ()
सार्वजनिक तरीके
व्याख्या रिकॉर्ड
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
TestRecord
को एक CollectingTestListener
में बदलें।
पैरामीटर | |
---|---|
record | TestRecordProto.TestRecord : एक पूर्ण TestRecord । |
रिटर्न | |
---|---|
CollectingTestListener | परिणामों के साथ एक आबादी वाला CollectingTestListener । |