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)

パラメータ固有のモジュール設定をモジュール IConfiguration に適用します。

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