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()164 testImmutableList(noOne); in realMain()180 testImmutableList(emptyList); in realMain()203 testImmutableList(singletonList); in realMain()204 testImmutableList(singletonList.subList(0,1)); in realMain()205 testImmutableList(singletonList.subList(0,1).subList(0,1)); in realMain()244 testImmutableList(list); in realMain()252 testImmutableList(headList); in realMain()253 testImmutableList(tailList); in realMain()[all …]