Searched refs:almostPowerSet (Results 1 – 2 of 2) sorted by relevance
504 Set<Set<Integer>> almostPowerSet = newHashSet(expected); in testPowerSetContents() local505 almostPowerSet.remove(ImmutableSet.of(1, 2, 3)); in testPowerSetContents()506 almostPowerSet.add(ImmutableSet.of(1, 2, 4)); in testPowerSetContents()511 .addEqualityGroup(almostPowerSet) in testPowerSetContents()
750 Set<Set<Integer>> almostPowerSet = newHashSet(expected);751 almostPowerSet.remove(ImmutableSet.of(1, 2, 3));752 almostPowerSet.add(ImmutableSet.of(1, 2, 4));757 .addEqualityGroup(almostPowerSet)