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 ()

パブリック メソッド

setUp

public void setUp (TestInformation testInformation)

パラメータ
testInformation TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError