TestRecordInterpreter
public class TestRecordInterpreter
extends Object
java.lang.객체 | |
↳ | com.android.tradefed.util.TestRecordInterpreter |
TestRecord
proto를 Tradefed에서 더 쉽게 조작할 수 있는 형식으로 변환하는 유틸리티입니다.
요약
공개 생성자 | |
---|---|
TestRecordInterpreter () |
공개 방법 | |
---|---|
static CollectingTestListener | interpreteRecord (TestRecordProto.TestRecord record) |
공개 생성자
TestRecordInterpreter
public TestRecordInterpreter ()
공개 방법
해석하다기록
public static CollectingTestListener interpreteRecord (TestRecordProto.TestRecord record)
TestRecord
CollectingTestListener
로 변환합니다.
매개변수 | |
---|---|
record | TestRecordProto.TestRecord : 전체 TestRecord . |
보고 | |
---|---|
CollectingTestListener | 결과로 채워진 CollectingTestListener . |