테스트기록통역사

public class TestRecordInterpreter
extends Object

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


TestRecord proto를 Tradefed에서 더 쉽게 조작할 수 있는 형식으로 변환하는 유틸리티입니다.

요약

공개 생성자

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 입니다.