Searched refs:assertImmutable (Results 1 – 6 of 6) sorted by relevance
63 assertImmutable(ProtobufArrayList.<Integer>emptyList()); in testEmptyListIsImmutable()106 assertImmutable(list); in testMakeImmutable()142 private void assertImmutable(List<Integer> list) { in assertImmutable() method in ProtobufArrayListTest
64 assertImmutable(DoubleArrayList.emptyList()); in testEmptyListIsImmutable()73 assertImmutable(list); in testMakeImmutable()298 private void assertImmutable(DoubleArrayList list) { in assertImmutable() method in DoubleArrayListTest
64 assertImmutable(BooleanArrayList.emptyList()); in testEmptyListIsImmutable()73 assertImmutable(list); in testMakeImmutable()298 private void assertImmutable(BooleanArrayList list) { in assertImmutable() method in BooleanArrayListTest
64 assertImmutable(LongArrayList.emptyList()); in testEmptyListIsImmutable()73 assertImmutable(list); in testMakeImmutable()298 private void assertImmutable(LongArrayList list) { in assertImmutable() method in LongArrayListTest
64 assertImmutable(FloatArrayList.emptyList()); in testEmptyListIsImmutable()73 assertImmutable(list); in testMakeImmutable()298 private void assertImmutable(FloatArrayList list) { in assertImmutable() method in FloatArrayListTest
64 assertImmutable(IntArrayList.emptyList()); in testEmptyListIsImmutable()73 assertImmutable(list); in testMakeImmutable()298 private void assertImmutable(IntArrayList list) { in assertImmutable() method in IntArrayListTest