Narzędzie AdbStopServerPreparer

public class AdbStopServerPreparer
extends BaseTargetPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.adb.AdbStopServerPreparer


Moduł przygotowujący do zatrzymania serwera adb na hoście przed uruchomieniem testów adb i po ich uruchomieniu.

Z tego narzędzia przygotowującego należy korzystać ostrożnie, ponieważ zatrzymuje się i uruchamia ponownie narzędzie adb na hostach. Powinna zwykle powinno być ścisłe przy zastosowaniu funkcji SemaphoreTokenTargetPreparer, aby uniknąć innych testów o o tej samej nazwie.

Podsumowanie

Fieldsem

public static final String ADB_BINARY_KEY

Konstruktory publiczne

AdbStopServerPreparer()

Metody publiczne

void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

Metody chronione

File findAdbLog()

Fieldsem

KLUCZ_BINARY_BINARY_ADB

public static final String ADB_BINARY_KEY

Konstruktory publiczne

Narzędzie AdbStopServerPreparer

public AdbStopServerPreparer ()

Metody publiczne

Konfiguracja

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

dezaktywacja

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Rzuty
DeviceNotAvailableException

Metody chronione

findAdbLog

protected File findAdbLog ()

Zwroty
File