LocalEmulatorSnapshot
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
Androidビルド/開発環境からクリーンなエミュレータスナップショットを生成することを目的としたTargetPreparer
概要
パブリックメソッド |
---|
void | setUp (TestInformation testInformation) |
void | tearDown (TestInformation testInformation, Throwable e) |
パブリックコンストラクター
LocalEmulatorSnapshot
public LocalEmulatorSnapshot ()
パブリックメソッド
public void setUp (TestInformation testInformation)
パラメーター |
---|
testInformation | TestInformation |
投げる |
---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError | |
public void tearDown (TestInformation testInformation,
Throwable e)
パラメーター |
---|
testInformation | TestInformation |
e | Throwable |
投げる |
---|
DeviceNotAvailableException | |