Home
last modified time | relevance | path

Searched refs:assertGenericListImmutable (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyStringArrayListTest.java216 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