LocalEmulator 快照
public
class
LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object 中 | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
一个 TargetPreparer,用于从 Android 设备生成干净的模拟器快照 构建/开发环境
摘要
公共构造函数 | |
---|---|
LocalEmulatorSnapshot()
|
公共方法 | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
公共构造函数
LocalEmulator 快照
public LocalEmulatorSnapshot ()
公共方法
设置
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
拆解
public void tearDown (TestInformation testInformation, Throwable e)
参数 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |