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 |