StopServicesSetup
public class StopServicesSetup
extends BaseTargetPreparer
Un ITargetPreparer
che interrompe i servizi sul dispositivo.
Riepilogo
Costruttori pubblici
StopServicesSetup
public StopServicesSetup ()
Metodi pubblici
addService
public void addService (String service)
Aggiunge un servizio all'elenco dei servizi.
setStopFramework
public void setStopFramework (boolean stopFramework)
Specificare se arrestare il framework.
Parametri |
---|
stopFramework | boolean |
public void setUp (TestInformation testInfo)
Parametri |
---|
testInfo | TestInformation |
public void tearDown (TestInformation testInformation,
Throwable e)
Parametri |
---|
testInformation | TestInformation |
e | Throwable |