本機模擬器快照
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)
|
公用建構函式
本機模擬器快照
public LocalEmulatorSnapshot ()
公用方法
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
TearDown
public void tearDown (TestInformation testInformation, Throwable e)
參數 | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
擲回 | |
---|---|
DeviceNotAvailableException |