建立 AvdPreparer
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)
|
公用建構函式
建立 AvdPreparer
public CreateAvdPreparer ()
公用方法
setConfiguration
public void setConfiguration (IConfiguration configuration)
插入使用中的 IConfiguration
。
參數 | |
---|---|
configuration |
IConfiguration |
設定
public void setUp (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |