TestDiscoveryInfo

public class TestDiscoveryInfo
extends Object

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


Clase de utilidad que almacena la información de dependencia que necesita el descubrimiento de pruebas.

Resumen

Constructores públicos

TestDiscoveryInfo()

Métodos públicos

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

Constructores 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

Muestra
Set<String>

getAlwaysDownloadFilesList

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

Parámetros
testModules List

Devuelve
Set<String>