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 运行) 模拟器/generate-snapshot)。
摘要
公共构造函数 | |
---|---|
LocalEmulatorLaunch()
|
公共方法 | |
---|---|
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 |