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 emulator/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