Trình phân tích cú pháp kiểm thử GTestList

public class GTestListTestParser
extends MultiLineReceiver

java.lang.Object
   ↳ com.android.ddmlib.MultiLineReceiver
     ↳ com.android.tradefed.testtype.GTestListTestParser


Trình phân tích cú pháp kết quả cho chế độ chạy khô gtest với "--gtest_list_tests" .

Tóm tắt

Trường

protected mTests

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

GTestListTestParser(String testRunName, ITestInvocationListener listener)

Tạo GTestListTestParser cho một trình nghe.

GTestListTestParser(String testRunName, ITestInvocationListener listener, boolean shouldCollectDisabledTest)

Tạo GTestListTestParser cho một trình nghe.

Phương thức công khai

void done()

boolean getPrependFileName()
boolean isCancelled()

void processNewLines(String[] lines)

void setPrependFileName(boolean prepend)

Trường

mTest

protected  mTests

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

Trình phân tích cú pháp kiểm thử GTestList

public GTestListTestParser (String testRunName, 
                ITestInvocationListener listener)

Tạo GTestListTestParser cho một trình nghe.

Tham số
testRunName String: tên chạy thử nghiệm cần cung cấp cho ITestLifeCycleReceiver.testRunStarted(String, int)

listener ITestInvocationListener: được thông báo về kết quả kiểm thử khi đang thực thi các chương trình kiểm thử

Trình phân tích cú pháp kiểm thử GTestList

public GTestListTestParser (String testRunName, 
                ITestInvocationListener listener, 
                boolean shouldCollectDisabledTest)

Tạo GTestListTestParser cho một trình nghe.

Tham số
testRunName String: tên chạy thử nghiệm cần cung cấp cho ITestLifeCycleReceiver.testRunStarted(String, int)

listener ITestInvocationListener: được thông báo về kết quả kiểm thử khi đang thực thi các chương trình kiểm thử

shouldCollectDisabledTest boolean: thu thập các kiểm thử đã tắt hoặc không

Phương thức công khai

done

public void done ()

getPrependFileName (Tên tệp)

public boolean getPrependFileName ()

Giá trị trả về
boolean

đã bị huỷ

public boolean isCancelled ()

Giá trị trả về
boolean

processNewLines (Dòng mới)

public void processNewLines (String[] lines)

Tham số
lines String

setPrependFileName

public void setPrependFileName (boolean prepend)

Tham số
prepend boolean