Searched refs:testImmutableList (Results 1 – 1 of 1) sorted by relevance
118 testImmutableList(nCopies(25,1)); in realMain()142 testImmutableList(unmodifiableList(Arrays.asList(1,2,3))); in realMain()168 testImmutableList(noOne); in realMain()184 testImmutableList(emptyList); in realMain()207 testImmutableList(singletonList); in realMain()208 testImmutableList(singletonList.subList(0,1)); in realMain()209 testImmutableList(singletonList.subList(0,1).subList(0,1)); in realMain()248 testImmutableList(list); in realMain()256 testImmutableList(headList); in realMain()257 testImmutableList(tailList); in realMain()[all …]