Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java205 List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in ConfigurationFactory
206 return SystemUtil.getExternalTestCasesDirs(); in getExternalTestCasesDirs()
237 for (File testCasesDir : getExternalTestCasesDirs()) { in getTestCaseConfigPath()
755 return ConfigurationUtil.getConfigNamesFromDirs(subPath, getExternalTestCasesDirs()); in getConfigNamesFromTestCases()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationFactoryTest.java1529 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testSearchConfigFromEnvVar()
1547 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testSearchConfigFromEnvVarFailed()
1550 Mockito.verify(spyFactory, Mockito.times(1)).getExternalTestCasesDirs(); in testSearchConfigFromEnvVarFailed()
1569 Mockito.doReturn(Arrays.asList(tmpDir)).when(spyFactory).getExternalTestCasesDirs(); in testGetConfigNamesFromTestCases_subpath()
/tools/tradefederation/core/tests/src/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.java76 public static List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in SystemUtil
130 testCasesDirs.addAll(getExternalTestCasesDirs()); in getTestCasesDirs()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java821 File externalDir = getExternalTestCasesDirs(var);
921 File getExternalTestCasesDirs(EnvVariable envVar) {
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1638 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_noEnv()
1725 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv()
1835 File getExternalTestCasesDirs(EnvVariable envVar) { in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()