KillExistingEmulatorPreparer

public class KillExistingEmulatorPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.KillExistingEmulatorPreparer


Un ITargetPreparer che arresta un emulatore in esecuzione.

In genere viene accoppiato a LocalEmulatorSnapshot per arrestare un emulatore di avvio a freddo, in modo che i preparativi/i test successivi possano essere avviati da uno snapshot.

Riepilogo

Costruttori pubblici

KillExistingEmulatorPreparer()

Metodi pubblici

void setUp(TestInformation testInformation)

Costruttori pubblici

KillExistingEmulatorPreparer

public KillExistingEmulatorPreparer ()

Metodi pubblici

setUp

public void setUp (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError