StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

Objeto java.lang.
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.StopServicesSetup


Un ITargetPreparer que detiene 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

Eliminar

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parámetros
testInformation TestInformation

e Throwable

Arroja
DeviceNotAvailableException