TestRecordInterpreter
public
class
TestRecordInterpreter
extends Object
java.lang.Object의 클래스 | |
↳ | 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 입니다. |