FoldableExpandingHandler

public class FoldableExpandingHandler
extends Object implements IModuleParameterHandler

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.params.FoldableExpandingHandler


一个 IModuleParameterHandler,针对每个非主要可折叠配置扩展为更多。

摘要

公共构造函数

FoldableExpandingHandler()

公共方法

void applySetup(IConfiguration moduleConfiguration)

将特定于模块的参数应用于模块 IConfiguration 设置。

List<IModuleParameterHandler> expandHandler(Set<DeviceFoldableState> states)
String getParameterIdentifier()

返回形参化模块的标识名称。

公共构造函数

FoldableExpandingHandler

public FoldableExpandingHandler ()

公共方法

applySetup

public void applySetup (IConfiguration moduleConfiguration)

将特定于模块的参数模块设置应用于模块 IConfiguration。例如,这可能是准备器或测试的额外选项。

参数
moduleConfiguration IConfiguration

expandHandler

public List<IModuleParameterHandler> expandHandler (Set<DeviceFoldableState> states)

参数
states Set

返回
List<IModuleParameterHandler>

getParameterIdentifier

public String getParameterIdentifier ()

返回参数化模块的标识名称。

返回
String