Cài đặtAllTestZipAppsSetup
public
class
InstallAllTestZipAppsSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetOutcomer | |
↳ | com.android.tradefed.targetprep.InstallAllTestZipAppsSetup |
ITargetPreparer
cài đặt tất cả ứng dụng ở dạng tệp zip kiểm thử. Đối với lượt cài đặt ứng dụng thử nghiệm riêng lẻ
vui lòng xem TestAppInstallSetup
.
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
InstallAllTestZipAppsSetup()
|
Phương thức công khai | |
---|---|
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)
|
Hàm khởi tạo công khai
Cài đặtAllTestZipAppsSetup
public InstallAllTestZipAppsSetup ()
Phương thức công khai
Dọn dẹp thiết lập
public void setCleanup (boolean cleanup)
Tham số | |
---|---|
cleanup |
boolean |
cài đặtStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
Tham số | |
---|---|
stopInstallOnFailure |
boolean |
setTestZipName
public void setTestZipName (String testZipName)
Tham số | |
---|---|
testZipName |
String |
thiết lập
public void setUp (ITestDevice device, IBuildInfo buildInfo)
Tham số | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
Gửi | |
---|---|
DeviceNotAvailableException |
|
TargetSetupError |
xé hình
public void tearDown (ITestDevice device, IBuildInfo buildInfo, Throwable e)
Tham số | |
---|---|
device |
ITestDevice |
buildInfo |
IBuildInfo |
e |
Throwable |
Gửi | |
---|---|
DeviceNotAvailableException |