TestDiscoveryInfo

public class TestDiscoveryInfo
extends Object

java.lang.Object
   ↳ com.google.android.tradefed.util.TestDiscoveryInfo


Classe utilitaire qui stocke les informations de dépendance dont la découverte des tests a besoin.

Résumé

Constructeurs publics

TestDiscoveryInfo()

Méthodes publiques

static Set<String> getAlwaysDownloadFilesList(List<String> testModules, String branch)
static Set<String> getAlwaysDownloadFilesList(List<String> testModules)

Constructeurs publics

TestDiscoveryInfo

public TestDiscoveryInfo ()

Méthodes publiques

getAlwaysDownloadFilesList

public static Set<String> getAlwaysDownloadFilesList (List<String> testModules, 
                String branch)

Paramètres
testModules List

branch String

Renvoie
Set<String>

getAlwaysDownloadFilesList

public static Set<String> getAlwaysDownloadFilesList (List<String> testModules)

Paramètres
testModules List

Renvoie
Set<String>