InstallAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.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)

קונסטרוקטורים גלויים לכולם

InstallAllTestZipAppsSetup

public InstallAllTestZipAppsSetup ()

שיטות ציבוריות

setCleanup

public void setCleanup (boolean cleanup)

פרמטרים
cleanup boolean

setStopInstallOnFailure

public void setStopInstallOnFailure (boolean stopInstallOnFailure)

פרמטרים
stopInstallOnFailure boolean

setTestZipName

public void setTestZipName (String testZipName)

פרמטרים
testZipName String

setUp

public void setUp (ITestDevice device, 
                IBuildInfo buildInfo)

פרמטרים
device ITestDevice

buildInfo IBuildInfo

זריקות
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (ITestDevice device, 
                IBuildInfo buildInfo, 
                Throwable e)

פרמטרים
device ITestDevice

buildInfo IBuildInfo

e Throwable

זריקות
DeviceNotAvailableException