InstallAllTestZipAppsSetup
public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer
Un ITargetPreparer
qui installe toutes les applications dans un zip de test. Pour une installation d'application de test individuelle, veuillez consulter TestAppInstallSetup
.
Résumé
Constructeurs publics
InstallAllTestZipAppsSetup
public InstallAllTestZipAppsSetup ()
Méthodes publiques
setCleanup
public void setCleanup (boolean cleanup)
Paramètres |
---|
cleanup | boolean |
setStopInstallOnFailuresetStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
Paramètres |
---|
stopInstallOnFailure | boolean |
setTestZipName
public void setTestZipName (String testZipName)
Paramètres |
---|
testZipName | String |
installation
public void setUp (ITestDevice device,
IBuildInfo buildInfo)
Paramètres |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
démolir
public void tearDown (ITestDevice device,
IBuildInfo buildInfo,
Throwable e)
Paramètres |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
e | Throwable |