Home | History | Annotate | Download | only in collect

Lines Matching defs:testCase

22   com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
23 testCase.testAsList();
27 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
28 testCase.testBuilderAdd();
32 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
33 testCase.testBuilderAddAllHandlesNullsCorrectly();
37 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
38 testCase.testBuilderAddAll_iterable();
42 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
43 testCase.testBuilderAddAll_iterator();
47 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
48 testCase.testBuilderAddHandlesNullsCorrectly();
52 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
53 testCase.testBuilderAdd_varargs();
57 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
58 testCase.testComplexBuilder();
62 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
63 testCase.testEquals_immutableList();
67 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
68 testCase.testBuilderAddArrayHandlesNulls();
72 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
73 testCase.testBuilderAddCollectionHandlesNulls();
77 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
78 testCase.testCopyOf_arrayContainingOnlyNull();
82 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
83 testCase.testCopyOf_arrayOfOneElement();
87 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
88 testCase.testCopyOf_collectionContainingNull();
92 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
93 testCase.testCopyOf_collection_empty();
97 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
98 testCase.testCopyOf_collection_general();
102 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
103 testCase.testCopyOf_collection_oneElement();
107 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
108 testCase.testCopyOf_concurrentlyMutating();
112 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
113 testCase.testCopyOf_emptyArray();
117 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
118 testCase.testCopyOf_iteratorContainingNull();
122 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
123 testCase.testCopyOf_iteratorNull();
127 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
128 testCase.testCopyOf_iterator_empty();
132 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
133 testCase.testCopyOf_iterator_general();
137 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
138 testCase.testCopyOf_iterator_oneElement();
142 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
143 testCase.testCopyOf_nullArray();
147 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
148 testCase.testCopyOf_plainIterable();
152 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
153 testCase.testCopyOf_plainIterable_iteratesOnce();
157 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
158 testCase.testCopyOf_shortcut_empty();
162 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
163 testCase.testCopyOf_shortcut_immutableList();
167 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
168 testCase.testCopyOf_shortcut_singleton();
172 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
173 testCase.testCreation_arrayOfArray();
177 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
178 testCase.testCreation_eightElements();
182 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
183 testCase.testCreation_elevenElements();
187 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
188 testCase.testCreation_fiveElements();
192 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
193 testCase.testCreation_fourElements();
197 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
198 testCase.testCreation_fourteenElements();
202 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
203 testCase.testCreation_generic();
207 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
208 testCase.testCreation_nineElements();
212 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
213 testCase.testCreation_noArgs();
217 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
218 testCase.testCreation_oneElement();
222 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
223 testCase.testCreation_sevenElements();
227 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
228 testCase.testCreation_singletonNull();
232 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
233 testCase.testCreation_sixElements();
237 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
238 testCase.testCreation_tenElements();
242 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
243 testCase.testCreation_thirteenElements();
247 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
248 testCase.testCreation_threeElements();
252 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
253 testCase.testCreation_twelveElements();
257 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
258 testCase.testCreation_twoElements();
262 com.google.common.collect.ImmutableListTest.CreationTests testCase = new com.google.common.collect.ImmutableListTest.CreationTests();
263 testCase.testCreation_withNull();