HostGTest

public class HostGTest
extends GTestBase implements IBuildReceiver

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


Test, który uruchamia natywny pakiet testowy.

Podsumowanie

Konstruktory publiczne

HostGTest()

Metody publiczne

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

Zdefiniuj metodę filtrowania get.

void run(TestInformation testInfo, ITestInvocationListener listener)

void setBuild(IBuildInfo buildInfo)

Konstruktory publiczne

Test HostG

public HostGTest ()

Metody publiczne

ExampleHostCommand

public CommandResult executeHostCommand (String cmd, 
                long timeoutMs)

Parametry
cmd String: polecenie, które chcesz wykonać na hoście

timeoutMs long: czas oczekiwania na wykonanie polecenia w milisekundach

Zwroty
CommandResult CommandResult polecenia

executeHostCommand

public CommandResult executeHostCommand (String cmd)

Parametry
cmd String: polecenie, które chcesz wykonać na hoście

Zwroty
CommandResult CommandResult polecenia

filtr obciążenia

public String loadFilter (String binaryOnHost)

Zdefiniuj metodę filtrowania get.

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

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

Zwroty
String ciąg znaków 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