Searched refs:testCollection (Results 1 – 1 of 1) sorted by relevance
117 Map<String, Set<TestInfo>> testCollection = new LinkedHashMap<>(); in getTestCollection() local122 return testCollection; in getTestCollection()128 return testCollection; in getTestCollection()145 testCollection.put(group, testsForGroup); in getTestCollection()205 if (testCollection.get(group) == null) { in getTestCollection()206 testCollection.put( in getTestCollection()209 testCollection in getTestCollection()231 return testCollection; in getTestCollection()397 Map<String, Set<TestInfo>> testCollection, in getTests() argument404 for (TestInfo test : testCollection.getOrDefault(testGroup, new HashSet<>())) { in getTests()[all …]