TestDiscoveryInfo

public class TestDiscoveryInfo
extends Object

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


Classe utilitária que armazena as informações de dependência necessárias para a descoberta de testes.

Resumo

Construtores públicos

TestDiscoveryInfo()

Métodos públicos

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

Construtores públicos

TestDiscoveryInfo

public TestDiscoveryInfo ()

Métodos públicos

getAlwaysDownloadFilesList

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

Parâmetros
testModules List

branch String

Retorna
Set<String>

getAlwaysDownloadFilesList

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

Parâmetros
testModules List

Retorna
Set<String>