GTestListTestParser
public class GTestListTestParser
extends MultiLineReceiver
java.lang.객체 | ||
↳ | com.android.ddmlib.MultiLineReceiver | |
↳ | com.android.tradefed.testtype.GTestListTestParser |
"--gtest_list_tests" 매개변수가 있는 gtest 시험 실행 모드의 결과 파서입니다.
요약
필드 | |
---|---|
protected | mTests
|
공개 생성자 | |
---|---|
GTestListTestParser (String testRunName, ITestInvocationListener listener) 단일 리스너에 대한 GTestListTestParser를 생성합니다. |
공개 방법 | |
---|---|
void | done () |
boolean | getPrependFileName () |
boolean | isCancelled () |
void | processNewLines (String[] lines) |
void | setPrependFileName (boolean prepend) |
필드
m테스트
protectedmTests
공개 생성자
GTestListTestParser
public GTestListTestParser (String testRunName, ITestInvocationListener listener)
단일 리스너에 대한 GTestListTestParser를 생성합니다.
매개변수 | |
---|---|
testRunName | String : ITestLifeCycleReceiver.testRunStarted(String, int) 에 제공할 테스트 실행 이름 |
listener | ITestInvocationListener : 테스트가 실행될 때 테스트 결과 알림 |
공개 방법
완료
public void done ()
getPrependFileName
public boolean getPrependFileName ()
보고 | |
---|---|
boolean |
취소됨
public boolean isCancelled ()
보고 | |
---|---|
boolean |
processNewLines
public void processNewLines (String[] lines)
매개변수 | |
---|---|
lines | String |
setPrependFileName
public void setPrependFileName (boolean prepend)
매개변수 | |
---|---|
prepend | boolean |