InstallAllTestZipAppsSetup
public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer
테스트 zip에 모든 앱을 설치하는 ITargetPreparer
. 개별 테스트 앱 설치의 경우 TestAppInstallSetup
확인하십시오.
요약
공개 생성자
InstallAllTestZipAppsSetup
public InstallAllTestZipAppsSetup ()
공개 방법
setCleanup
public void setCleanup (boolean cleanup)
setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
매개변수 |
---|
stopInstallOnFailure | boolean |
setTestZipName
public void setTestZipName (String testZipName)
설정
public void setUp (ITestDevice device,
IBuildInfo buildInfo)
매개변수 |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
tearDown
public void tearDown (ITestDevice device,
IBuildInfo buildInfo,
Throwable e)
매개변수 |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
e | Throwable |