Home
last modified time | relevance | path

Searched defs:loadTests (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DTestLoader.java52 public Test loadTests(File testJarFile, Collection<File> dependentJars) { in loadTests() method in TestLoader
80 private Test loadTests(Set<String> classNames, ClassLoader classLoader) { in loadTests() method in TestLoader
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java56 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in TestMappingSuiteRunner
DTfSuiteRunner.java75 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in TfSuiteRunner
88 private LinkedHashMap<String, IConfiguration> loadTests( in loadTests() method in TfSuiteRunner
DAtestRunner.java78 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in AtestRunner
DBaseTestSuite.java135 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in BaseTestSuite
DITestSuite.java248 public abstract LinkedHashMap<String, IConfiguration> loadTests(); in loadTests() method in ITestSuite
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteMultiTest.java79 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in ITestSuiteMultiTest.TestSuiteMultiDeviceImpl
DITestSuiteIntegrationTest.java187 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in ITestSuiteIntegrationTest.TestSuiteFolderImpl
DITestSuiteTest.java109 public LinkedHashMap<String, IConfiguration> loadTests() { in loadTests() method in ITestSuiteTest.TestSuiteImpl