CreateAvdPreparer
public
class
CreateAvdPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CreateAvdPreparer |
Summary
Public constructors | |
---|---|
CreateAvdPreparer()
|
Public methods | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
Injects the |
void
|
setUp(TestInformation testInformation)
|
Public constructors
CreateAvdPreparer
public CreateAvdPreparer ()
Public methods
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injects the IConfiguration
in use.
Parameters | |
---|---|
configuration |
IConfiguration |
setUp
public void setUp (TestInformation testInformation)
Parameters | |
---|---|
testInformation |
TestInformation |
Throws | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |