Searched refs:STRING_C (Results 1 – 2 of 2) sorted by relevance
51 private static String STRING_C = "C"; field in LazyStringArrayListTest61 list.add(STRING_C); in testJustStrings()66 assertSame(STRING_C, list.get(2)); in testJustStrings()68 list.set(1, STRING_C); in testJustStrings()69 assertSame(STRING_C, list.get(1)); in testJustStrings()73 assertSame(STRING_C, list.get(1)); in testJustStrings()119 assertNotSame(STRING_C, cPrime); in testConversionBackAndForth()120 assertEquals(STRING_C, cPrime); in testConversionBackAndForth()155 list1.add(STRING_C); in testListCopyConstructor()161 assertSame(STRING_C, list2.get(2)); in testListCopyConstructor()[all …]
48 private static String STRING_C = "C"; field in UnmodifiableLazyStringListTest60 assertSame(STRING_C, list.get(2)); in testReadOnlyMethods()224 rawList.add(STRING_C); in createSampleList()