StopServicesSetup

public class StopServicesSetup
extends BaseTargetPreparer

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


ITargetPreparer, który zatrzymuje usługi na urządzeniu.

Podsumowanie

Konstruktory publiczne

StopServicesSetup()

Metody publiczne

void addService(String service)

Dodaje usługę do listy usług.

void setStopFramework(boolean stopFramework)

Określ, czy chcesz zatrzymać framework.

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInformation, Throwable e)

Konstruktory publiczne

StopServicesSetup

public StopServicesSetup ()

Metody publiczne

addService

public void addService (String service)

Dodaje usługę do listy usług.

Parametry
service String

setStopFramework

public void setStopFramework (boolean stopFramework)

Określ, czy chcesz zatrzymać framework.

Parametry
stopFramework boolean

setUp

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
DeviceNotAvailableException

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

Parametry
testInformation TestInformation

e Throwable

Rzuty
DeviceNotAvailableException