HostGTest
public
class
HostGTest
extends GTestBase
implements
IBuildReceiver
java.lang.Object | ||
ꛭ | com.android.tradefed.testtype.GTestBase | |
↳ | com.android.tradefed.testtype.HostGTest |
Un test che esegue un pacchetto di test nativo.
Riepilogo
Costruttori pubblici | |
---|---|
HostGTest()
|
Metodi pubblici | |
---|---|
CommandResult
|
executeHostCommand(String cmd, long timeoutMs)
|
CommandResult
|
executeHostCommand(String cmd)
|
String
|
loadFilter(String binaryOnHost)
Definisci il metodo di filtro get. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setBuild(IBuildInfo buildInfo)
|
Costruttori pubblici
HostGTest
public HostGTest ()
Metodi pubblici
EsecuzioneHostCommand
public CommandResult executeHostCommand (String cmd, long timeoutMs)
Parametri | |
---|---|
cmd |
String : comando che vuoi eseguire nell'host |
timeoutMs |
long : timeout per il comando in millisecondi |
Ritorni | |
---|---|
CommandResult |
il CommandResult del comando |
executeHostCommand
public CommandResult executeHostCommand (String cmd)
Parametri | |
---|---|
cmd |
String : il comando da eseguire nell'host |
Ritorni | |
---|---|
CommandResult |
il comando CommandResult |
loadFilter
public String loadFilter (String binaryOnHost)
Definisci il metodo di filtro get.
La sottoclasse deve implementare la modalità di ottenimento del proprio filtro.
Parametri | |
---|---|
binaryOnHost |
String : il percorso completo del file del filtro. |
Ritorni | |
---|---|
String |
stringa filtro. |
run
public void run (TestInformation testInfo, ITestInvocationListener listener)
Parametri | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
Lanci | |
---|---|
DeviceNotAvailableException |