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 実行など)を準備することを強くおすすめします。 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 |