Wifi 準備工具

public class WifiPreparer
extends BaseTargetPreparer implements IExternalDependency

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.WifiPreparer


必要時可在裝置上設定 Wi-Fi 的 ITargetPreparer

DeviceSetup 不同,這個準備工具可在 ADB 不是根 (使用者建構) 時運作。

摘要

公用建構函式

WifiPreparer()

公用方法

getDependencies()
void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

公用建構函式

Wifi 準備工具

public WifiPreparer ()

公用方法

getDependencies

public  getDependencies ()

傳回

設定

public void setUp (TestInformation testInfo)

參數
testInfo TestInformation

擲回
BuildError
DeviceNotAvailableException
TargetSetupError

TearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException