Home
last modified time | relevance | path

Searched refs:getExternalTestCasesDirs (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSystemUtilTest.java58 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirs()
80 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirsNoDir()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSystemUtil.java83 public static List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in SystemUtil
137 testCasesDirs.addAll(getExternalTestCasesDirs()); in getTestCasesDirs()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java218 List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in ConfigurationFactory
219 return SystemUtil.getExternalTestCasesDirs(); in getExternalTestCasesDirs()
250 for (File testCasesDir : getExternalTestCasesDirs()) { in getTestCaseConfigPath()
1000 return ConfigurationUtil.getConfigNamesFromDirs(subPath, getExternalTestCasesDirs()); in getConfigNamesFromTestCases()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java1565 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testSearchConfigFromEnvVar()
1584 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testSearchConfigFromEnvVarFailed()
1587 Mockito.verify(spyFactory, Mockito.times(1)).getExternalTestCasesDirs(); in testSearchConfigFromEnvVarFailed()
1607 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testGetConfigNamesFromTestCases_subpath()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1577 File externalDir = getExternalTestCasesDirs(var);
1694 File getExternalTestCasesDirs(EnvVariable envVar) {