Snapshot di LocalEmulator
public class LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
Un TargetPreparer destinato alla generazione di un'istantanea dell'emulatore pulita da un ambiente di build/sviluppo Android
Riepilogo
Costruttori pubblici | |
---|---|
LocalEmulatorSnapshot () |
Metodi pubblici | |
---|---|
void | setUp ( TestInformation testInformation) |
void | tearDown ( TestInformation testInformation, Throwable e) |
Costruttori pubblici
Snapshot di LocalEmulator
public LocalEmulatorSnapshot ()
Metodi pubblici
impostare
public void setUp (TestInformation testInformation)
Parametri | |
---|---|
testInformation | TestInformation |
Tiri | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
demolire
public void tearDown (TestInformation testInformation, Throwable e)
Parametri | |
---|---|
testInformation | TestInformation |
e | Throwable |
Tiri | |
---|---|
DeviceNotAvailableException |