Searched refs:subPlanExcludes (Results 1 – 1 of 1) sorted by relevance
111 Set<String> subPlanExcludes = subPlan.getExcludeFilters(); in checkSubPlan() local122 assertEquals("Expected 3 excludes", 3, subPlanExcludes.size()); in checkSubPlan()123 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()125 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()127 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()