CreateAvdPreparer
public
class
CreateAvdPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CreateAvdPreparer |
摘要
公共构造函数 | |
---|---|
CreateAvdPreparer()
|
公共方法 | |
---|---|
void
|
setConfiguration(IConfiguration configuration)
注入正在使用的 |
void
|
setUp(TestInformation testInformation)
|
公共构造函数
CreateAvdPreparer
public CreateAvdPreparer ()
公共方法
setConfiguration
public void setConfiguration (IConfiguration configuration)
注入正在使用的 IConfiguration
。
参数 | |
---|---|
configuration |
IConfiguration |
设置
public void setUp (TestInformation testInformation)
参数 | |
---|---|
testInformation |
TestInformation |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |