התקנתAllTestZipAppsSetup
public
class
InstallAllTestZipAppsSetup
extends BaseTargetPreparer
JavaScript.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.InstallAllTestZipAppsSetup (הגדרה) |
ITargetPreparer
להתקנת כל האפליקציות בקובץ ZIP לבדיקה. התקנת אפליקציה לבדיקה ספציפית
כדאי לעיין בכתובת TestAppInstallSetup
.
סיכום
בנאים ציבוריים | |
---|---|
InstallAllTestZipAppsSetup()
|
שיטות ציבוריות | |
---|---|
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)
|
בנאים ציבוריים
התקנתAllTestZipAppsSetup
public InstallAllTestZipAppsSetup ()
שיטות ציבוריות
הגדרה לניקוי
public void setCleanup (boolean cleanup)
פרמטרים | |
---|---|
cleanup |
boolean |
setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
פרמטרים | |
---|---|
stopInstallOnFailure |
boolean |
setTestZipName
public void setTestZipName (String testZipName)
פרמטרים | |
---|---|
testZipName |
String |
הגדרה
public void setUp (ITestDevice device, IBuildInfo buildInfo)
פרמטרים | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
קליעות | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
פירעון
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
פרמטרים | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
קליעות | |
---|---|
DeviceNotAvailableException |