LocalEmulatorSnapshot

public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.BaseEmulatorPreparer
       ↳ com.android.tradefed.targetprep.LocalEmulatorSnapshot


Ein TargetPreparer zum Generieren eines sauberen Emulator-Snapshots aus einer Android-Build-/Entwicklungsumgebung

Zusammenfassung

Öffentliche Konstruktoren

LocalEmulatorSnapshot()

Öffentliche Methoden

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

Öffentliche Konstruktoren

LocalEmulatorSnapshot

public LocalEmulatorSnapshot ()

Öffentliche Methoden

setUp

public void setUp (TestInformation testInformation)

Parameter
testInformation TestInformation

Ausgabe
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parameter
testInformation TestInformation

e Throwable

Ausgabe
DeviceNotAvailableException