KillExistingEmulatorPreparer
public class KillExistingEmulatorPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.KillExistingEmulatorPreparer |
実行中のエミュレーターをシャットダウンするITargetPreparer
。
通常、LocalEmulatorSnapshot と組み合わせてコールド ブート エミュレーターをシャットダウンし、後続のプリペアラー/テストをスナップショットから起動できるようにします。
まとめ
パブリック コンストラクター | |
---|---|
KillExistingEmulatorPreparer () |
公開メソッド | |
---|---|
void | setUp ( TestInformation testInformation) |
パブリック コンストラクター
KillExistingEmulatorPreparer
public KillExistingEmulatorPreparer ()
公開メソッド
設定
public void setUp (TestInformation testInformation)
パラメーター | |
---|---|
testInformation | TestInformation |
スロー | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |