InstallAllTestZipAppsSetup
public class InstallAllTestZipAppsSetup
extends BaseTargetPreparer
Ein ITargetPreparer
, der alle Apps in einer Test-ZIP-Datei installiert. Für eine individuelle Test-App-Installation schauen Sie bitte unter TestAppInstallSetup
nach.
Zusammenfassung
Öffentliche Konstrukteure
InstallAllTestZipAppsSetup
public InstallAllTestZipAppsSetup ()
Öffentliche Methoden
setCleanup
public void setCleanup (boolean cleanup)
Parameter |
---|
cleanup | boolean |
setStopInstallOnFailure
public void setStopInstallOnFailure (boolean stopInstallOnFailure)
Parameter |
---|
stopInstallOnFailure | boolean |
setTestZipName
public void setTestZipName (String testZipName)
Parameter |
---|
testZipName | String |
aufstellen
public void setUp (ITestDevice device,
IBuildInfo buildInfo)
Parameter |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
niederreißen
public void tearDown (ITestDevice device,
IBuildInfo buildInfo,
Throwable e)
Parameter |
---|
device | ITestDevice |
buildInfo | IBuildInfo |
e | Throwable |