KillExistingEmulatorPreparer
public
class
KillExistingEmulatorPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.KillExistingEmulatorPreparer |
關閉執行中模擬器的 ITargetPreparer
。
通常與 LocalEmulatorSnapshot 配對,關閉冷啟動模擬器, 準備者/測試可以透過快照啟動。
摘要
公用建構函式 | |
---|---|
KillExistingEmulatorPreparer()
|
公用方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
公用建構函式
KillExistingEmulatorPreparer
public KillExistingEmulatorPreparer ()
公用方法
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |