Searched refs:testCaseGroups (Results 1 – 1 of 1) sorted by relevance
271 Set<String> testCaseGroups = new HashSet<>(); in shouldSkip() local274 testCaseGroups.addAll(Arrays.asList(groupName.split(","))); in shouldSkip()277 testCaseGroups.add(""); in shouldSkip()280 for (String groupName : testCaseGroups) { in shouldSkip()287 if (testCaseGroups.contains(includeGroupName)) { in shouldSkip()