TestDiscoveryInfo

public class TestDiscoveryInfo
extends Object

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


Utility class that stores the dependency information that test discovery needs.

Summary

Public constructors

TestDiscoveryInfo()

Public methods

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

Public constructors

TestDiscoveryInfo

public TestDiscoveryInfo ()

Public methods

getAlwaysDownloadFilesList

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

Parameters
testModules List

branch String

Returns
Set<String>

getAlwaysDownloadFilesList

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

Parameters
testModules List

Returns
Set<String>