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
935 assertTrue(powerSet(makeSetOfZeroToTwentyNine())936 .contains(makeSetOfZeroToTwentyNine()));937 assertFalse(powerSet(makeSetOfZeroToTwentyNine())941 private static Set<Integer> makeSetOfZeroToTwentyNine() {