Searched refs:ImmutableListExample (Results 1 – 2 of 2) sorted by relevance
83 suite.addTest(createExampleSuite(new ImmutableListExample("ImmutableList"))); in suite()104 return example == null ? new ImmutableListExample("test") : example; in getExample()287 private static final class ImmutableListExample extends ListExample { class in ListsImplTest289 protected ImmutableListExample(String name) { in ImmutableListExample() method in ListsImplTest.ImmutableListExample