Configuration des services d'arrêt

public class StopServicesSetup
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.StopServicesSetup


Un ITargetPreparer qui arrête les services sur l'appareil.

Résumé

Constructeurs publics

StopServicesSetup ()

Méthodes publiques

void addService (String service)

Ajoute un service à la liste des services.

void setStopFramework (boolean stopFramework)

Spécifiez s’il faut arrêter le framework.

void setUp ( TestInformation testInfo)

void tearDown ( TestInformation testInformation, Throwable e)

Constructeurs publics

Configuration des services d'arrêt

public StopServicesSetup ()

Méthodes publiques

ajouterService

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

installation

public void setUp (TestInformation testInfo)

Paramètres
testInfo TestInformation

Jetés
DeviceNotAvailableException

démolir

public void tearDown (TestInformation testInformation, 
                Throwable e)

Paramètres
testInformation TestInformation

e Throwable

Jetés
DeviceNotAvailableException