Konfiguracja InstallAllTestZipApps
public
class
InstallAllTestZipAppsSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.InstallAllTestZipAppsSetup |
ITargetPreparer
, który instaluje wszystkie aplikacje w testowym pliku ZIP. Instalacja pojedynczej aplikacji testowej
zajrzyj na stronę TestAppInstallSetup
.
Podsumowanie
Konstruktory publiczne | |
---|---|
InstallAllTestZipAppsSetup()
|
Metody publiczne | |
---|---|
void
|
setCleanup(boolean cleanup)
|
void
|
setStopInstallOnFailure(boolean stopInstallOnFailure)
|
void
|
setTestZipName(String testZipName)
|
void
|
setUp(ITestDevice device, IBuildInfo buildInfo)
|
void
|
tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e)
|
Konstruktory publiczne
Konfiguracja InstallAllTestZipApps
public InstallAllTestZipAppsSetup ()
Metody publiczne
konfiguracja Czyszczenie
public void setCleanup (boolean cleanup)
Parametry | |
---|---|
cleanup |
boolean |
setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
Parametry | |
---|---|
stopInstallOnFailure |
boolean |
setTestZipName
public void setTestZipName (String testZipName)
Parametry | |
---|---|
testZipName |
String |
Konfiguracja
public void setUp (ITestDevice device, IBuildInfo buildInfo)
Parametry | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
Rzuty | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
dezaktywacja
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
Parametry | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
Rzuty | |
---|---|
DeviceNotAvailableException |