Searched refs:assertGenericListImmutable (Results 1 – 1 of 1) sorted by relevance
216 assertGenericListImmutable(list, STRING_A); in testMakeImmutable()276 assertGenericListImmutable(list.asByteStringList(), BYTE_STRING_A); in testImmutabilityPropagation()281 assertGenericListImmutable(byteArrayList, byteArrayList.get(0)); in testImmutabilityPropagation()284 private static <T> void assertGenericListImmutable(List<T> list, T value) { in assertGenericListImmutable() method in LazyStringArrayListTest