تنظيم صفحاتك في مجموعات يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.

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