WifiPreparer
public
class
WifiPreparer
extends BaseTargetPreparer
implements
IExternalDependency
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.WifiPreparer |
ITargetPreparer
, która w razie potrzeby konfiguruje Wi-Fi na urządzeniu.
W przeciwieństwie do środowiska DeviceSetup
ten moduł przygotowujący działa, gdy narzędzie adb nie jest kontem głównym, czyli kompilacjami użytkownika.
Podsumowanie
Konstruktory publiczne | |
---|---|
WifiPreparer()
|
Metody publiczne | |
---|---|
|
getDependencies()
|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Konstruktory publiczne
WifiPreparer
public WifiPreparer ()
Metody publiczne
getDependencies
publicgetDependencies ()
Zwroty | |
---|---|
|
setUp
public void setUp (TestInformation testInfo)
Parametry | |
---|---|
testInfo |
TestInformation |
Rzuty | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
Parametry | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Rzuty | |
---|---|
DeviceNotAvailableException |