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 ()
パブリック メソッド
setUp
public void setUp (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
パラメータ | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |