InstantAppHandler

public class InstantAppHandler
extends Object implements IModuleParameterHandler

java.lang.オブジェクト
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 ()

パブリックメソッド

適用セットアップ

public void applySetup (IConfiguration moduleConfiguration)

パラメータ固有のモジュール設定をモジュールIConfigurationに適用します。たとえば、これは準備者やテストのための追加オプションとなる可能性があります。

パラメーター
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

パラメータ化されたモジュールが識別される名前を返します。

戻り値
String