TestRecordInterpreter

public class TestRecordInterpreter
extends Object

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


Tiện ích để chuyển đổi một nguyên mẫu TestRecord thành định dạng dễ thao tác hơn trong Tradefed.

Tóm tắt

Hàm khởi tạo công khai

TestRecordInterpreter()

Phương thức công khai

static CollectingTestListener interpreteRecord(TestRecordProto.TestRecord record)

Chuyển đổi TestRecord thành CollectingTestListener.

Hàm khởi tạo công khai

TestRecordInterpreter

public TestRecordInterpreter ()

Phương thức công khai

interpreteRecord

public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)

Chuyển đổi TestRecord thành CollectingTestListener.

Tham số
record TestRecordProto.TestRecord: Một TestRecord đầy đủ.

Giá trị trả về
CollectingTestListener CollectingTestListener được điền sẵn kết quả.