Searched refs:testImmutableList (Results 1 – 1 of 1) sorted by relevance
123 testImmutableList(nCopies(25,1)); in realMain()147 testImmutableList(unmodifiableList(Arrays.asList(1,2,3))); in realMain()169 testImmutableList(noOne); in realMain()185 testImmutableList(emptyList); in realMain()208 testImmutableList(singletonList); in realMain()209 testImmutableList(singletonList.subList(0,1)); in realMain()210 testImmutableList(singletonList.subList(0,1).subList(0,1)); in realMain()240 testImmutableList(list); in realMain()248 testImmutableList(headList); in realMain()249 testImmutableList(tailList); in realMain()[all …]