Test HostG

public class HostGTest
extends GTestBase implements IBuildReceiver

java.lang.Object
com.android.tradefed.testtype.GTestBase
  com.android.tradefed.testtype.HostGTest,


Test, który uruchamia pakiet testów natywnych.

Podsumowanie

Konstruktory publiczne

HostGTest()

Metody publiczne

CommandResult executeHostCommand(String cmd, long timeoutMs)
CommandResult executeHostCommand(String cmd)
String loadFilter(String binaryOnHost)

Zdefiniuj metodę pobierania.

void run(TestInformation testInfo, ITestInvocationListener listener)

void setBuild(IBuildInfo buildInfo)

Konstruktory publiczne

Test HostG

public HostGTest ()

Metody publiczne

CommandHostCommand

public CommandResult executeHostCommand (String cmd, 
                long timeoutMs)

Parametry
cmd String: polecenie, które ma zostać wykonane na hoście

timeoutMs long: czas oczekiwania na polecenie w milisekundach

Zwroty
CommandResult CommandResult polecenia

CommandHostCommand

public CommandResult executeHostCommand (String cmd)

Parametry
cmd String: polecenie, które ma zostać wykonane na hoście

Zwroty
CommandResult CommandResult polecenia

filtr obciążenia

public String loadFilter (String binaryOnHost)

Zdefiniuj metodę pobierania.

Klasa podrzędna musi implementować sposób uzyskania własnego filtra.

Parametry
binaryOnHost String: pełna ścieżka pliku filtra.

Zwroty
String ciągu filtra.

home run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Parametry
testInfo TestInformation

listener ITestInvocationListener

Rzuty
DeviceNotAvailableException

setBuild

public void setBuild (IBuildInfo buildInfo)

Parametry
buildInfo IBuildInfo