LocalEmulatorLaunch
public class LocalEmulatorLaunch
extends BaseEmulatorPreparer
Androidビルド環境からローカルでエミュレーターを起動するTargetPreparer。
これを含む構成を実行する前に、エミュレータースナップショット(例:tradefed runエミュレーター/ generate-snapshot)を準備することを強くお勧めします。
概要
パブリックメソッド |
---|
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 | |