Searched refs:getExternalTestCasesDirs (Results 1 – 6 of 6) sorted by relevance
205 List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in ConfigurationFactory206 return SystemUtil.getExternalTestCasesDirs(); in getExternalTestCasesDirs()237 for (File testCasesDir : getExternalTestCasesDirs()) { in getTestCaseConfigPath()755 return ConfigurationUtil.getConfigNamesFromDirs(subPath, getExternalTestCasesDirs()); in getConfigNamesFromTestCases()
1529 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()
58 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirs()80 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirsNoDir()
76 public static List<File> getExternalTestCasesDirs() { in getExternalTestCasesDirs() method in SystemUtil130 testCasesDirs.addAll(getExternalTestCasesDirs()); in getTestCasesDirs()
821 File externalDir = getExternalTestCasesDirs(var);921 File getExternalTestCasesDirs(EnvVariable envVar) {
1638 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()