Searched refs:testCaseGroups (Results 1 – 1 of 1) sorted by relevance
435 Set<String> testCaseGroups = new HashSet<>(); in shouldSkip() local438 testCaseGroups.addAll(Arrays.asList(groupName.split(","))); in shouldSkip()441 testCaseGroups.add(""); in shouldSkip()444 for (String groupName : testCaseGroups) { in shouldSkip()451 if (testCaseGroups.contains(includeGroupName)) { in shouldSkip()