Searched refs:LIST1 (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
H A DAbstractInvocationHandlerTest.java39 private static final ImmutableList<String> LIST1 = ImmutableList.of("one", "two"); field in class:AbstractInvocationHandlerTest
43 assertEquals(LIST1, ImmutableList.copyOf(newDelegatingList(LIST1)));
44 assertEquals(LIST1, ImmutableList.copyOf(newDelegatingListWithEquals(LIST1)));
48 List<String> proxy = newDelegatingList(LIST1);
61 .addEqualityGroup(newDelegatingList(LIST1))
64 .addEqualityGroup(newDelegatingList(LIST1))
72 newDelegatingListWithEquals(LIST1),
73 newDelegatingListWithEquals(LIST1),
[all...]

Completed in 25 milliseconds