TestGhost
public
class
HostGTest
extends GTestBase
implements
IBuildReceiver
java.lang.Object | ||
↳ | com.android.tradefed.testtype.GTestBase. | |
↳ | com.android.tradefed.testtype.HostGTest |
Test qui exécute un package de test natif.
Résumé
Constructeurs publics | |
---|---|
HostGTest()
|
Méthodes publiques | |
---|---|
CommandResult
|
executeHostCommand(String cmd, long timeoutMs)
|
CommandResult
|
executeHostCommand(String cmd)
|
String
|
loadFilter(String binaryOnHost)
Définissez la méthode get filter. |
void
|
run(TestInformation testInfo, ITestInvocationListener listener)
|
void
|
setBuild(IBuildInfo buildInfo)
|
Constructeurs publics
TestGhost
public HostGTest ()
Méthodes publiques
exécuterHostCommand
public CommandResult executeHostCommand (String cmd, long timeoutMs)
Paramètres | |
---|---|
cmd |
String : commande à exécuter sur l'hôte |
timeoutMs |
long : délai avant expiration de la commande en millisecondes |
Renvoie | |
---|---|
CommandResult |
l'CommandResult de la commande |
exécuterHostCommand
public CommandResult executeHostCommand (String cmd)
Paramètres | |
---|---|
cmd |
String : commande à exécuter sur l'hôte |
Renvoie | |
---|---|
CommandResult |
l'CommandResult de la commande |
ChargerFiltre
public String loadFilter (String binaryOnHost)
Définissez la méthode get filter.
La sous-classe doit implémenter comment obtenir son propre filtre.
Paramètres | |
---|---|
binaryOnHost |
String : chemin d'accès complet au fichier de filtre. |
Renvoie | |
---|---|
String |
chaîne de filtre. |
Exécuter
public void run (TestInformation testInfo, ITestInvocationListener listener)
Paramètres | |
---|---|
testInfo |
TestInformation |
listener |
ITestInvocationListener |
Génère | |
---|---|
DeviceNotAvailableException |