تثبيتAllTestZipAppsSetup

public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.InstallAllTestZipAppsSetup


برنامج ITargetPreparer الذي يقوم بتثبيت جميع التطبيقات في ملف مضغوط للاختبار. لتثبيت تطبيق الاختبار الفردي، يرجى الاطلاع على 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 ()

الأساليب العامة

setCleanup

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