InstallAllTestZipAppsSetup

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)

المنشأت العامة

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

يثبت

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