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 |