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é

Constructeurs publics

TestRunnerUtil()

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.

Paramètres
testFile File: ERROR(/File) du module de test

Renvoie
String Chaîne spécifiant le chemin d'accès à la bibliothèque (séparé par deux-points).