TümTestZipAppsKurulumu
public
class
InstallAllTestZipAppsSetup
extends BaseTargetPreparer
Java.lang.Nesne | ||
🎃 | com.android.tradefed.targetprep.BaseTargetPreparer | |
🎃 | com.android.tradefed.targetprep.LoadAllTestZipAppsSetup |
Tüm uygulamaları bir test zip dosyasında yükleyen bir ITargetPreparer
. Bağımsız test uygulaması yüklemesi için
lütfen TestAppInstallSetup
inceleyin.
Özet
Kamu inşaatçıları | |
---|---|
InstallAllTestZipAppsSetup()
|
Herkese açık yöntemler | |
---|---|
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)
|
Kamu inşaatçıları
TümTestZipAppsKurulumu
public InstallAllTestZipAppsSetup ()
Herkese açık yöntemler
KurulumTemizliği
public void setCleanup (boolean cleanup)
Parametreler | |
---|---|
cleanup |
boolean |
setStopYükleOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
Parametreler | |
---|---|
stopInstallOnFailure |
boolean |
setTestZipName
public void setTestZipName (String testZipName)
Parametreler | |
---|---|
testZipName |
String |
kur
public void setUp (ITestDevice device, IBuildInfo buildInfo)
Parametreler | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
Fırlatma | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
Sökme
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
Parametreler | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
Fırlatma | |
---|---|
DeviceNotAvailableException |