LocalEmulatorLaunch

public class LocalEmulatorLaunch
extends BaseEmulatorPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.BaseEmulatorPreparer
com.android.tradefed.targetprep.LocalEmulatorLaunch


Ein TargetPreparer, der einen Emulator lokal aus einer Android-Build-Umgebung startet.

Es wird dringend empfohlen, einen Emulator-Snapshot vorzubereiten (z. B. Tradefed Run Emulator/Generate-Snapshot), bevor Sie Konfigurationen ausführen, die diesen enthalten.

Zusammenfassung

Öffentliche Konstrukteure

LocalEmulatorLaunch ()

Öffentliche Methoden

void setUp ( TestInformation testInformation)
void tearDown ( TestInformation testInformation, Throwable e)

Öffentliche Konstrukteure

LocalEmulatorLaunch

public LocalEmulatorLaunch ()

Öffentliche Methoden

aufstellen

public void setUp (TestInformation testInformation)

Parameter
testInformation TestInformation

Wirft
BuildError
DeviceNotAvailableException
TargetSetupError

niederreißen

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameter
testInformation TestInformation

e Throwable

Wirft
DeviceNotAvailableException