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 |
|