CommandSuccessModuleController

public class CommandSuccessModuleController
extends BaseModuleController

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.module.BaseModuleController
     ↳ com.android.tradefed.testtype.suite.module.CommandSuccessModuleController


Lớp cơ sở cho bộ điều khiển mô-đun để bỏ qua mô-đun kiểm thử dựa trên lỗi lệnh shell.

Tóm tắt

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

CommandSuccessModuleController()

Phương thức công khai

IModuleController.RunStrategy shouldRun(IInvocationContext context)

Phương thức để quyết định xem mô-đun có chạy hay không.

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

CommandSuccessModuleController

public CommandSuccessModuleController ()

Phương thức công khai

nên chạy

public IModuleController.RunStrategy shouldRun (IInvocationContext context)

Phương thức để quyết định xem mô-đun có chạy hay không.

Tham số
context IInvocationContext: IInvocationContext của mô-đun

Giá trị trả về
IModuleController.RunStrategy "True" nếu mô-đun sẽ chạy, nếu không thì là "false".

Gửi
DeviceNotAvailableException