LocalEmulator 啟動
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。
強烈建議你準備模擬器快照 (如換購執行作業) 模擬器/generate-snapshot),再執行包含該部分的設定。
摘要
公用建構函式 | |
---|---|
LocalEmulatorLaunch()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
公用建構函式
LocalEmulator 啟動
public LocalEmulatorLaunch ()
公用方法
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (TestInformation testInformation, Throwable e)
參數 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |