StopServicesSetup
public
class
StopServicesSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.StopServicesSetup |
Un ITargetPreparer
que detiene los servicios en el dispositivo.
Resumen
Constructores públicos | |
---|---|
StopServicesSetup()
|
Métodos públicos | |
---|---|
void
|
addService(String service)
Agrega un servicio a la lista de servicios. |
void
|
setStopFramework(boolean stopFramework)
Especifica si deseas detener el framework. |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructores públicos
StopServicesSetup
public StopServicesSetup ()
Métodos públicos
addService
public void addService (String service)
Agrega un servicio a la lista de servicios.
Parámetros | |
---|---|
service |
String |
setStopFramework
public void setStopFramework (boolean stopFramework)
Especifica si deseas detener el framework.
Parámetros | |
---|---|
stopFramework |
boolean |
Configuración
public void setUp (TestInformation testInfo)
Parámetros | |
---|---|
testInfo |
TestInformation |
Arroja | |
---|---|
DeviceNotAvailableException |
tearDown
public void tearDown (TestInformation testInformation, Throwable e)
Parámetros | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Arroja | |
---|---|
DeviceNotAvailableException |