StopServicesSetup
public class StopServicesSetup
extends BaseTargetPreparer
Un ITargetPreparer
qui arrête les services sur l'appareil.
Résumé
Constructeurs publics
StopServicesSetup
public StopServicesSetup ()
Méthodes publiques
addService
public void addService (String service)
Ajoute un service à la liste des services.
Paramètres |
---|
service | String |
setStopFramework
public void setStopFramework (boolean stopFramework)
Spécifiez s'il faut arrêter le framework.
Paramètres |
---|
stopFramework | boolean |
public void setUp (TestInformation testInfo)
Paramètres |
---|
testInfo | TestInformation |
public void tearDown (TestInformation testInformation,
Throwable e)
Paramètres |
---|
testInformation | TestInformation |
e | Throwable |