Trình tạo LocalRunInstruction
public
class
LocalRunInstructionBuilder
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.LocalRunInstructionBuilder |
Tiện ích để biên dịch hướng dẫn để chạy kiểm thử cục bộ.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
LocalRunInstructionBuilder()
|
Phương thức công khai | |
---|---|
static
String
|
getCommand(ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)
Trả về một lệnh để chạy kiểm thử cục bộ. |
static
String
|
getInstruction(ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)
Biên dịch hướng dẫn để chạy kiểm thử cục bộ. |
static
String
|
getInstruction(ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)
Biên dịch hướng dẫn để chạy kiểm thử cục bộ. |
Hàm khởi tạo công khai
Trình tạo LocalRunInstruction
public LocalRunInstructionBuilder ()
Phương thức công khai
getCommand
public static String getCommand (ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)
Trả về một lệnh để chạy kiểm thử cục bộ.
Tham số | |
---|---|
configDescriptor |
ConfigurationDescriptor : Cấu hình ConfigurationDescriptor để chạy kiểm thử. |
testId |
TestDescription : TestDescription để chỉ định cần chạy chương trình kiểm thử nào. |
runner |
ConfigurationDescriptor.LocalTestRunner : LocalTestRunner để dùng để chạy chương trình kiểm thử. |
Giá trị trả về | |
---|---|
String |
Lệnh String để chạy kiểm thử cục bộ. |
lời hướng dẫn
public static String getInstruction (ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)
Biên dịch hướng dẫn để chạy kiểm thử cục bộ.
Tham số | |
---|---|
configDescriptor |
ConfigurationDescriptor : ConfigurationDescriptor để tạo hướng dẫn. |
runner |
ConfigurationDescriptor.LocalTestRunner : LocalTestRunner được dùng để tạo hướng dẫn. |
testId |
TestDescription : TestDescription kiểm thử cần chạy. Có thể có giá trị rỗng khi tạo bản dựng cục bộ
chạy hướng dẫn cho toàn bộ mô-đun. |
Giá trị trả về | |
---|---|
String |
String của hướng dẫn. |
lời hướng dẫn
public static String getInstruction (ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)
Biên dịch hướng dẫn để chạy kiểm thử cục bộ.
Tham số | |
---|---|
configDescriptor |
ConfigurationDescriptor : ConfigurationDescriptor để tạo hướng dẫn. |
runner |
ConfigurationDescriptor.LocalTestRunner : LocalTestRunner được dùng để tạo hướng dẫn. |
Giá trị trả về | |
---|---|
String |
String của hướng dẫn. |