StopServicesSetup
public
class
StopServicesSetup
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.StopServicesSetup |
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)
Indiquez si vous souhaitez arrêter le framework. |
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInformation, Throwable e)
|
Constructeurs publics
StopServicesSetup
public StopServicesSetup ()
Méthodes publiques
Ajouter un service
public void addService (String service)
Ajoute un service à la liste des services.
Paramètres | |
---|---|
service |
String |
setStopFramework
public void setStopFramework (boolean stopFramework)
Indiquez si vous souhaitez arrêter le framework.
Paramètres | |
---|---|
stopFramework |
boolean |
Configurer
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
DeviceNotAvailableException |
suppression
public void tearDown (TestInformation testInformation, Throwable e)
Paramètres | |
---|---|
testInformation |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |