Searched refs:testCasesDirs (Results 1 – 4 of 4) sorted by relevance
84 List<File> testCasesDirs = new ArrayList<File>(); in getExternalTestCasesDirs() local96 testCasesDirs.add(dir); in getExternalTestCasesDirs()105 return testCasesDirs; in getExternalTestCasesDirs()136 List<File> testCasesDirs = new ArrayList<File>(); in getTestCasesDirs() local137 testCasesDirs.addAll(getExternalTestCasesDirs()); in getTestCasesDirs()148 testCasesDirs.addAll( in getTestCasesDirs()156 return testCasesDirs; in getTestCasesDirs()
58 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirs() local59 assertTrue(testCasesDirs.get(0).equals(targetOutDir)); in testGetExternalTestCasesDirs()60 assertTrue(testCasesDirs.get(1).equals(hostOutDir)); in testGetExternalTestCasesDirs()80 List<File> testCasesDirs = new ArrayList<File>(SystemUtil.getExternalTestCasesDirs()); in testGetExternalTestCasesDirsNoDir() local81 assertEquals(0, testCasesDirs.size()); in testGetExternalTestCasesDirsNoDir()
365 Set<File> testCasesDirs = FileUtil.findFilesObject(testsDirRoot, "testcases"); in workdirAnalysis() local366 for (File testCasesDir : testCasesDirs) { in workdirAnalysis()
381 Set<File> testCasesDirs = FileUtil.findFilesObject(new File(rootDirPath), "testcases"); in findExtraConfigsParents() local383 testCasesDirs.parallelStream() in findExtraConfigsParents()