Searched refs:makeSetOfZeroToTwentyNine (Results 1 – 2 of 2) sorted by relevance
630 assertTrue(powerSet(makeSetOfZeroToTwentyNine()) in testPowerSetShowOff()631 .contains(makeSetOfZeroToTwentyNine())); in testPowerSetShowOff()632 assertFalse(powerSet(makeSetOfZeroToTwentyNine()) in testPowerSetShowOff()636 private static Set<Integer> makeSetOfZeroToTwentyNine() { in makeSetOfZeroToTwentyNine() method in SetsTest
894 assertTrue(powerSet(makeSetOfZeroToTwentyNine())895 .contains(makeSetOfZeroToTwentyNine()));896 assertFalse(powerSet(makeSetOfZeroToTwentyNine())900 private static Set<Integer> makeSetOfZeroToTwentyNine() {