本地模擬器快照
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
TargetPreparer 用於從 android 構建/開發環境生成乾淨的模擬器快照
概括
公共方法 |
---|
void | setUp (TestInformation testInformation) |
void | tearDown (TestInformation testInformation, Throwable e) |
公共構造函數
本地模擬器快照
public LocalEmulatorSnapshot ()
公共方法
public void setUp (TestInformation testInformation)
參數 |
---|
testInformation | TestInformation |
投擲 |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
public void tearDown (TestInformation testInformation,
Throwable e)
參數 |
---|
testInformation | TestInformation |
e | Throwable |
投擲 |
---|
DeviceNotAvailableException | |