TestRunnerUtil
public
class
TestRunnerUtil
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.TestRunnerUtil
|
Classe utilitaire permettant d'aider divers exécuteurs de test.
Résumé
Méthodes publiques |
static
String
|
getLdLibraryPath(File testFile)
Renvoyez LD_LIBRARY_PATH pour les tests côté hôte qui nécessitent une bibliothèque native.
|
Constructeurs publics
TestRunnerUtil
public TestRunnerUtil ()
Méthodes publiques
getLdLibraryPath
public static String getLdLibraryPath (File testFile)
Renvoyez LD_LIBRARY_PATH pour les tests côté hôte qui nécessitent une bibliothèque native.
Renvoie |
String |
Chaîne spécifiant le chemin d'accès à la bibliothèque (séparé par deux-points). |