LocalEmulatorLaunch

public class LocalEmulatorLaunch
extends BaseEmulatorPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.BaseEmulatorPreparer
com.android.tradefed.targetprep.LocalEmulatorLaunch


Androidビルド環境からローカルでエミュレーターを起動するTargetPreparer。

これを含む構成を実行する前に、エミュレータースナップショット(例:tradefed runエミュレーター/ generate-snapshot)を準備することを強くお勧めします。

概要

パブリックコンストラクター

LocalEmulatorLaunch ()

パブリックメソッド

void setUp (TestInformation testInformation)
void tearDown (TestInformation testInformation, Throwable e)

パブリックコンストラクター

LocalEmulatorLaunch

public LocalEmulatorLaunch ()

パブリックメソッド

設定

public void setUp (TestInformation testInformation)

パラメーター
testInformation TestInformation

投げる
BuildError
DeviceNotAvailableException
TargetSetupError

取り壊す

public void tearDown (TestInformation testInformation, 
                Throwable e)

パラメーター
testInformation TestInformation

e Throwable

投げる
DeviceNotAvailableException