Searched refs:testCollection (Results 1 – 1 of 1) sorted by relevance
430 Map<String, Set<TestInfo>> testCollection = in getAllTests() local432 for (String group : testCollection.keySet()) { in getAllTests()433 allTests.computeIfAbsent(group, k -> new HashSet<>()).addAll(testCollection.get(group)); in getAllTests()