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 |