WifiPreparer
public
class
WifiPreparer
extends BaseTargetPreparer
implements
IExternalDependency
java.lang.Object 中 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.WifiPreparer |
一个 ITargetPreparer
,用于在必要时在设备上配置 Wi-Fi。
与 DeviceSetup
不同,此准备器在 adb 不是 root(也称为 user build)时正常运行。
摘要
公共构造函数 | |
---|---|
WifiPreparer()
|
公共方法 | |
---|---|
|
getDependencies()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
公共构造函数
WifiPreparer
public WifiPreparer ()
公共方法
getDependencies
publicgetDependencies ()
返回 | |
---|---|
|
设置
public void setUp (TestInformation testInfo)
参数 | |
---|---|
testInfo |
TestInformation |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
拆解
public void tearDown (TestInformation testInfo, Throwable e)
参数 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
抛出 | |
---|---|
DeviceNotAvailableException |