KUnitModuleTest
public
class
KUnitModuleTest
extends ExecutableTargetTest
java.lang.Object | |||
↳ | com.android.tradefed.testtype.binary.ExecutableBaseTest | ||
↳ | com.android.tradefed.testtype.binary.ExecutableTargetTest | ||
↳ | com.android.tradefed.testtype.binary.KUnitModuleTest |
Trình chạy kiểm thử để chạy các mô-đun kiểm thử KUnit trên thiết bị.
Tóm tắt
Trường | |
---|---|
public
static
final
String |
INSMOD_COMMAND_FMT
|
public
static
final
String |
KUNIT_DEBUGFS_PATH
|
public
static
final
String |
KUNIT_RESULTS_FMT
|
public
static
final
String |
RMMOD_COMMAND_FMT
|
Hàm khởi tạo công khai | |
---|---|
KUnitModuleTest()
|
Phương thức công khai | |
---|---|
String
|
findBinary(String binary)
Tìm kiếm tệp nhị phân để có thể chạy tệp đó. |
boolean
|
getCollectTestsOnly()
|
void
|
runBinary(String modulePath, ITestInvocationListener listener, TestDescription description)
Trên thực tế, chạy tệp nhị phân tại đường dẫn đã cho. |
Phương thức được bảo vệ | |
---|---|
boolean
|
doesRunBinaryGenerateTestResults()
|
Trường
INSMOD_ROWS_FMT
public static final String INSMOD_COMMAND_FMT
KUNIT_DEBUGFS_PATH
public static final String KUNIT_DEBUGFS_PATH
KUNIT_RESULTS_FMT
public static final String KUNIT_RESULTS_FMT
RMMOD_ROWS_FMT
public static final String RMMOD_COMMAND_FMT
Hàm khởi tạo công khai
KUnitModuleTest
public KUnitModuleTest ()
Phương thức công khai
findBinary
public String findBinary (String binary)
Tìm kiếm tệp nhị phân để có thể chạy tệp đó.
Tham số | |
---|---|
binary |
String : đường dẫn của tệp nhị phân hoặc đơn giản là tên nhị phân. |
Giá trị trả về | |
---|---|
String |
Đường dẫn đến tệp nhị phân hoặc giá trị rỗng nếu không tìm thấy. |
Gửi | |
---|---|
DeviceNotAvailableException |
Chỉ getThu thậpKiểm thử
public boolean getCollectTestsOnly ()
Giá trị trả về | |
---|---|
boolean |
runBinary
public void runBinary (String modulePath, ITestInvocationListener listener, TestDescription description)
Trên thực tế, chạy tệp nhị phân tại đường dẫn đã cho.
Tham số | |
---|---|
modulePath |
String : Đường dẫn của tệp nhị phân. |
listener |
ITestInvocationListener : Trình nghe nơi báo cáo kết quả. |
description |
TestDescription : Thử nghiệm đang diễn ra. |
Gửi | |
---|---|
DeviceNotAvailableException |
Phương thức được bảo vệ
doesRunBinaryGenerateTestResults
protected boolean doesRunBinaryGenerateTestResults ()
Giá trị trả về | |
---|---|
boolean |