InstantAppHandler
public
class
InstantAppHandler
extends Object
implements
IModuleParameterHandler
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.InstantAppHandler |
ModuleParameters.INSTANT_APP 的處理常式。
摘要
欄位 | |
|---|---|
public
static
final
String |
INSTANT_APP_ID
|
公用建構函式 | |
|---|---|
InstantAppHandler()
|
|
公用方法 | |
|---|---|
void
|
applySetup(IConfiguration moduleConfiguration)
將參數專屬模組設定套用至模組 |
String
|
getParameterIdentifier()
傳回參數化模組的識別名稱。 |
欄位
INSTANT_APP_ID
public static final String INSTANT_APP_ID
公用建構函式
InstantAppHandler
public InstantAppHandler ()
公用方法
applySetup
public void applySetup (IConfiguration moduleConfiguration)
將參數專屬模組設定套用至模組 IConfiguration。例如,這可能是準備者或測試的額外選項。
| 參數 | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
傳回參數化模組的識別名稱。
| 傳回 | |
|---|---|
String |
|