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 ()
الطرق العامة
ضبط الإعدادات
public void setCleanup (boolean cleanup)
المعلمات | |
---|---|
cleanup |
boolean |
. setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
المعلمات | |
---|---|
stopInstallOnFailure |
boolean |
تعيين TestZipName
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 |