RunOnWorkProfileParameterHandler
public
class
RunOnWorkProfileParameterHandler
extends Object
implements
IModuleParameterHandler
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.params.multiuser.RunOnWorkProfileParameterHandler |
Summary
Public constructors | |
---|---|
RunOnWorkProfileParameterHandler()
|
Public methods | |
---|---|
void
|
addParameterSpecificConfig(IConfiguration moduleConfiguration)
Adds to |
void
|
applySetup(IConfiguration moduleConfiguration)
Apply to the module |
String
|
getParameterIdentifier()
Returns the name the parameterized module will be identified as. |
Public constructors
RunOnWorkProfileParameterHandler
public RunOnWorkProfileParameterHandler ()
Public methods
addParameterSpecificConfig
public void addParameterSpecificConfig (IConfiguration moduleConfiguration)
Adds to IConfiguration
with the parameter specific needs. For example, insert or
remove target preparers from configuration.
Parameters | |
---|---|
moduleConfiguration |
IConfiguration |
applySetup
public void applySetup (IConfiguration moduleConfiguration)
Apply to the module IConfiguration
the parameter specific module setup. For example,
this could be extra options for the preparers or the tests.
Parameters | |
---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
Returns the name the parameterized module will be identified as.
Returns | |
---|---|
String |