Przygotowanie polecenia RunCommandTarget

public class RunCommandTargetPreparer
extends BaseTargetPreparer

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


Podsumowanie

Konstruktory publiczne

RunCommandTargetPreparer()

Metody publiczne

final void addRunCommand(String cmd)

Dodaj polecenie, które będzie uruchamiane przez narzędzie przygotowujące.

getCommands()
getExecutedCommands()
void setUp(TestInformation testInfo)

void tearDown(TestInformation testInfo, Throwable e)

Metody chronione

ITestDevice getDevice(TestInformation testInfo)

Zwraca urządzenie, na którym ma zostać zastosowany moduł przygotowujący.

Konstruktory publiczne

Przygotowanie polecenia RunCommandTarget

public RunCommandTargetPreparer ()

Metody publiczne

Polecenie addRunCommand

public final void addRunCommand (String cmd)

Dodaj polecenie, które będzie uruchamiane przez narzędzie przygotowujące.

Parametry
cmd String

getCommands

public  getCommands ()

Zwroty

getExecutedCommands

public  getExecutedCommands ()

Zwroty

Konfiguracja

public void setUp (TestInformation testInfo)

Parametry
testInfo TestInformation

Rzuty
DeviceNotAvailableException
TargetSetupError

dezaktywacja

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parametry
testInfo TestInformation

e Throwable

Rzuty
DeviceNotAvailableException

Metody chronione

getDevice

protected ITestDevice getDevice (TestInformation testInfo)

Zwraca urządzenie, na którym ma zostać zastosowany moduł przygotowujący.

Zwroty
ITestDevice Urządzenie, na którym ma zostać zastosowane narzędzie przygotowujące.

Rzuty
com.android.tradefed.targetprep.TargetSetupError
TargetSetupError