CreateAvdPreparer
public class CreateAvdPreparer
extends BaseTargetPreparer
implements IConfigurationReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CreateAvdPreparer |
Resumo
Construtoras públicas | |
---|---|
CreateAvdPreparer () |
Métodos públicos | |
---|---|
void | setConfiguration ( IConfiguration configuration) Injeta o |
void | setUp (TestInformation testInformation) |
Construtoras públicas
CreateAvdPreparer
public CreateAvdPreparer ()
Métodos públicos
setConfiguration
public void setConfiguration (IConfiguration configuration)
Injeta o IConfiguration
em uso.
Parâmetros | |
---|---|
configuration | IConfiguration |
configurar
public void setUp (TestInformation testInformation)
Parâmetros | |
---|---|
testInformation | TestInformation |
Lança | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |