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