LocalRunInstructionBuilder
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 thử nghiệm cục bộ.
Bản tóm tắt
Các nhà xây dựng công cộng | |
---|---|
LocalRunInstructionBuilder () |
Phương pháp công khai | |
---|---|
static String | getCommand ( ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner) Trả lại một lệnh để chạy thử nghiệm cục bộ. |
static String | getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId) Biên dịch hướng dẫn để chạy thử nghiệm cục bộ. |
static String | getInstruction ( ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner) Biên dịch hướng dẫn để chạy thử nghiệm cục bộ. |
Các nhà xây dựng công cộng
LocalRunInstructionBuilder
public LocalRunInstructionBuilder ()
Phương pháp công khai
getCommand
public static String getCommand (ConfigurationDescriptor configDescriptor, TestDescription testId, ConfigurationDescriptor.LocalTestRunner runner)
Trả lại một lệnh để chạy thử nghiệm cục bộ.
Thông số | |
---|---|
configDescriptor | ConfigurationDescriptor : ConfigurationDescriptor để chạy thử nghiệm. |
testId | TestDescription : TestDescription để chỉ định chạy thử nghiệm nào. |
runner | ConfigurationDescriptor.LocalTestRunner : LocalTestRunner để sử dụng để chạy thử nghiệm. |
Lợi nhuận | |
---|---|
String | Lệnh String để chạy thử nghiệm cục bộ. |
getInstruction
public static String getInstruction (ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner, TestDescription testId)
Biên dịch hướng dẫn để chạy thử nghiệm cục bộ.
Thông số | |
---|---|
configDescriptor | ConfigurationDescriptor : ConfigurationDescriptor để tạo hướng dẫn cho. |
runner | ConfigurationDescriptor.LocalTestRunner : LocalTestRunner sẽ được sử dụng để xây dựng hướng dẫn. |
testId | TestDescription : TestDescription của bài kiểm tra để chạy. Nó có thể là null khi xây dựng hướng dẫn chạy cục bộ cho toàn bộ mô-đun. |
Lợi nhuận | |
---|---|
String | String của lệnh. |
getInstruction
public static String getInstruction (ConfigurationDescriptor configDescriptor, ConfigurationDescriptor.LocalTestRunner runner)
Biên dịch hướng dẫn để chạy thử nghiệm cục bộ.
Thông số | |
---|---|
configDescriptor | ConfigurationDescriptor : ConfigurationDescriptor để tạo hướng dẫn cho. |
runner | ConfigurationDescriptor.LocalTestRunner : LocalTestRunner sẽ được sử dụng để xây dựng hướng dẫn. |
Lợi nhuận | |
---|---|
String | String của lệnh. |