LocalEmulatorSnapshot
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
Android ビルド/開発環境からクリーンなエミュレーター スナップショットを生成することを目的とした TargetPreparer
まとめ
パブリック コンストラクター | |
---|---|
LocalEmulatorSnapshot () |
公開メソッド | |
---|---|
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 |