MixRadioTargetPreparer
public
class
MixRadioTargetPreparer
extends BaseTargetPreparer
implements
IConfigurationReceiver,
ILabPreparer
| java.lang.Object | ||
| ↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
| ↳ | com.android.tradefed.targetprep.MixRadioTargetPreparer | |
無線イメージとデバイス イメージを混合できる ITargetPreparer。
概要
パブリック コンストラクタ | |
|---|---|
MixRadioTargetPreparer()
|
|
パブリック メソッド | |
|---|---|
void
|
setConfiguration(IConfiguration configuration)
使用中の |
void
|
setUp(TestInformation testInfo)
テスト用にターゲットのセットアップを行います。 |
パブリック コンストラクタ
MixRadioTargetPreparer
public MixRadioTargetPreparer ()
パブリック メソッド
setConfiguration
public void setConfiguration (IConfiguration configuration)
使用中の IConfiguration を挿入します。
| パラメータ | |
|---|---|
configuration |
IConfiguration |
setUp
public void setUp (TestInformation testInfo)
テスト用にターゲットのセットアップを行います。
| パラメータ | |
|---|---|
testInfo |
TestInformation: 呼び出しの TestInformation。 |
| 例外 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|