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