LocalEmulatorSnapshot
public
class
LocalEmulatorSnapshot
extends BaseEmulatorPreparer
java.lang.Object | |||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | ||
↳ | com.android.tradefed.targetprep.BaseEmulatorPreparer | ||
↳ | com.android.tradefed.targetprep.LocalEmulatorSnapshot |
A TargetPreparer intended for generating a clean emulator snapshot from a android build/development environment
Summary
Public constructors | |
---|---|
LocalEmulatorSnapshot()
|
Public methods | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Public constructors
LocalEmulatorSnapshot
public LocalEmulatorSnapshot ()
Public methods
setUp
public void setUp (TestInformation testInformation)
Parameters | |
---|---|
testInformation |
TestInformation |
Throws | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
Parameters | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Throws | |
---|---|
DeviceNotAvailableException |