Создать Авдпрепарер
public class CreateAvdPreparer
extends BaseTargetPreparer
implements IConfigurationReceiver
java.lang.Объект | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CreateAvdPreparer |
Краткое содержание
Публичные конструкторы | |
---|---|
CreateAvdPreparer () |
Публичные методы | |
---|---|
void | setConfiguration ( IConfiguration configuration) Внедряет используемую |
void | setUp ( TestInformation testInformation) |
Публичные конструкторы
Создать Авдпрепарер
public CreateAvdPreparer ()
Публичные методы
setConfiguration
public void setConfiguration (IConfiguration configuration)
Внедряет используемую IConfiguration
.
Параметры | |
---|---|
configuration | IConfiguration |
настраивать
public void setUp (TestInformation testInformation)
Параметры | |
---|---|
testInformation | TestInformation |
Броски | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |