模块控制器
public interface IModuleController
com.android.tradefed.testtype.suite.module.IModuleController |
用于控制是否应执行模块的接口。
概括
嵌套类 | |
---|---|
enum | IModuleController.RunStrategy 描述模块应该如何执行的枚举。 |
公共方法 | |
---|---|
abstract IModuleController.RunStrategy | shouldRunModule (IInvocationContext context) 确定模块是否应运行的方法。 |
公共方法
应该运行模块
public abstract IModuleController.RunStrategy shouldRunModule (IInvocationContext context)
确定模块是否应运行的方法。
参数 | |
---|---|
context | IInvocationContext :在IInvocationContext 模块。 |
退货 | |
---|---|
IModuleController.RunStrategy | 如果模块应该运行,则为真,否则为假。 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[]
[]