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

/external/guava/guava-tests/test/com/google/common/reflect/
H A DAbstractInvocationHandlerTest.java40 private static final ImmutableList<String> LIST2 = ImmutableList.of("three"); field in class:AbstractInvocationHandlerTest
65 .addEqualityGroup(newDelegatingList(LIST2))
76 newDelegatingListWithEquals(LIST2),
77 newProxyWithSubHandler1(LIST2), // Makes sure type of handler doesn't affect equality
78 newProxyWithSubHandler2(LIST2))
79 .addEqualityGroup(newDelegatingIterableWithEquals(LIST2)) // different interface

Completed in 51 milliseconds