Searched refs:getLeafRegions (Results 1 – 3 of 3) sorted by relevance
25 assertThat(containment.getLeafRegions()).containsExactly("CA", "FR", "GB", "US").inOrder(); in testSimple()38 assertThat(containment.getLeafRegions()).containsExactly("CA", "FR", "GB", "US").inOrder(); in testOverlappingContainment()
107 Sets.difference(territories.getLeafRegions(), regions)); in addVariableExpression()208 checkArgument(regionToVariables.keySet().equals(territories.getLeafRegions()), in build()
110 public ImmutableSet<String> getLeafRegions() { in getLeafRegions() method in TerritoryContainment