• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 2008 The Guava Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 package com.google.common.collect;
17 public class MapsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testAsConverter_inverse()21 public void testAsConverter_inverse() throws Exception {
22   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
23   testCase.testAsConverter_inverse();
24 }
25 
testAsConverter_isAView()26 public void testAsConverter_isAView() throws Exception {
27   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
28   testCase.testAsConverter_isAView();
29 }
30 
testAsConverter_noMapping()31 public void testAsConverter_noMapping() throws Exception {
32   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
33   testCase.testAsConverter_noMapping();
34 }
35 
testAsConverter_nominal()36 public void testAsConverter_nominal() throws Exception {
37   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
38   testCase.testAsConverter_nominal();
39 }
40 
testAsConverter_nullConversions()41 public void testAsConverter_nullConversions() throws Exception {
42   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
43   testCase.testAsConverter_nullConversions();
44 }
45 
testAsConverter_serialization()46 public void testAsConverter_serialization() throws Exception {
47   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
48   testCase.testAsConverter_serialization();
49 }
50 
testAsConverter_toString()51 public void testAsConverter_toString() throws Exception {
52   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
53   testCase.testAsConverter_toString();
54 }
55 
testAsConverter_withNullMapping()56 public void testAsConverter_withNullMapping() throws Exception {
57   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
58   testCase.testAsConverter_withNullMapping();
59 }
60 
testAsMap()61 public void testAsMap() throws Exception {
62   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
63   testCase.testAsMap();
64 }
65 
testAsMapEmpty()66 public void testAsMapEmpty() throws Exception {
67   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
68   testCase.testAsMapEmpty();
69 }
70 
testAsMapReadsThrough()71 public void testAsMapReadsThrough() throws Exception {
72   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
73   testCase.testAsMapReadsThrough();
74 }
75 
testAsMapReturnsSortedMapForSortedSetInput()76 public void testAsMapReturnsSortedMapForSortedSetInput() throws Exception {
77   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
78   testCase.testAsMapReturnsSortedMapForSortedSetInput();
79 }
80 
testAsMapSorted()81 public void testAsMapSorted() throws Exception {
82   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
83   testCase.testAsMapSorted();
84 }
85 
testAsMapSortedEmpty()86 public void testAsMapSortedEmpty() throws Exception {
87   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
88   testCase.testAsMapSortedEmpty();
89 }
90 
testAsMapSortedReadsThrough()91 public void testAsMapSortedReadsThrough() throws Exception {
92   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
93   testCase.testAsMapSortedReadsThrough();
94 }
95 
testAsMapSortedSubViewKeySetsDoNotSupportAdd()96 public void testAsMapSortedSubViewKeySetsDoNotSupportAdd() throws Exception {
97   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
98   testCase.testAsMapSortedSubViewKeySetsDoNotSupportAdd();
99 }
100 
testAsMapSortedWritesThrough()101 public void testAsMapSortedWritesThrough() throws Exception {
102   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
103   testCase.testAsMapSortedWritesThrough();
104 }
105 
testAsMapWritesThrough()106 public void testAsMapWritesThrough() throws Exception {
107   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
108   testCase.testAsMapWritesThrough();
109 }
110 
testCapacityForLargeSizes()111 public void testCapacityForLargeSizes() throws Exception {
112   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
113   testCase.testCapacityForLargeSizes();
114 }
115 
testCapacityForNegativeSizeFails()116 public void testCapacityForNegativeSizeFails() throws Exception {
117   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
118   testCase.testCapacityForNegativeSizeFails();
119 }
120 
testConcurrentMap()121 public void testConcurrentMap() throws Exception {
122   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
123   testCase.testConcurrentMap();
124 }
125 
testEnumMap()126 public void testEnumMap() throws Exception {
127   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
128   testCase.testEnumMap();
129 }
130 
testEnumMapNullClass()131 public void testEnumMapNullClass() throws Exception {
132   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
133   testCase.testEnumMapNullClass();
134 }
135 
testEnumMapWithInitialEmptyEnumMap()136 public void testEnumMapWithInitialEmptyEnumMap() throws Exception {
137   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
138   testCase.testEnumMapWithInitialEmptyEnumMap();
139 }
140 
testEnumMapWithInitialEmptyMap()141 public void testEnumMapWithInitialEmptyMap() throws Exception {
142   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
143   testCase.testEnumMapWithInitialEmptyMap();
144 }
145 
testEnumMapWithInitialEnumMap()146 public void testEnumMapWithInitialEnumMap() throws Exception {
147   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
148   testCase.testEnumMapWithInitialEnumMap();
149 }
150 
testEnumMapWithInitialMap()151 public void testEnumMapWithInitialMap() throws Exception {
152   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
153   testCase.testEnumMapWithInitialMap();
154 }
155 
testHashMap()156 public void testHashMap() throws Exception {
157   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
158   testCase.testHashMap();
159 }
160 
testHashMapGeneralizesTypes()161 public void testHashMapGeneralizesTypes() throws Exception {
162   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
163   testCase.testHashMapGeneralizesTypes();
164 }
165 
testHashMapWithInitialMap()166 public void testHashMapWithInitialMap() throws Exception {
167   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
168   testCase.testHashMapWithInitialMap();
169 }
170 
testIdentityHashMap()171 public void testIdentityHashMap() throws Exception {
172   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
173   testCase.testIdentityHashMap();
174 }
175 
testImmutableEntry()176 public void testImmutableEntry() throws Exception {
177   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
178   testCase.testImmutableEntry();
179 }
180 
testImmutableEntryNull()181 public void testImmutableEntryNull() throws Exception {
182   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
183   testCase.testImmutableEntryNull();
184 }
185 
testLinkedHashMap()186 public void testLinkedHashMap() throws Exception {
187   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
188   testCase.testLinkedHashMap();
189 }
190 
testLinkedHashMapGeneralizesTypes()191 public void testLinkedHashMapGeneralizesTypes() throws Exception {
192   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
193   testCase.testLinkedHashMapGeneralizesTypes();
194 }
195 
testLinkedHashMapWithInitialMap()196 public void testLinkedHashMapWithInitialMap() throws Exception {
197   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
198   testCase.testLinkedHashMapWithInitialMap();
199 }
200 
testMapDifferenceEmptyEmpty()201 public void testMapDifferenceEmptyEmpty() throws Exception {
202   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
203   testCase.testMapDifferenceEmptyEmpty();
204 }
205 
testMapDifferenceEmptySingleton()206 public void testMapDifferenceEmptySingleton() throws Exception {
207   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
208   testCase.testMapDifferenceEmptySingleton();
209 }
210 
testMapDifferenceEquals()211 public void testMapDifferenceEquals() throws Exception {
212   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
213   testCase.testMapDifferenceEquals();
214 }
215 
testMapDifferenceOfSortedMapIsSorted()216 public void testMapDifferenceOfSortedMapIsSorted() throws Exception {
217   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
218   testCase.testMapDifferenceOfSortedMapIsSorted();
219 }
220 
testMapDifferencePredicateTypical()221 public void testMapDifferencePredicateTypical() throws Exception {
222   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
223   testCase.testMapDifferencePredicateTypical();
224 }
225 
testMapDifferenceSingletonEmpty()226 public void testMapDifferenceSingletonEmpty() throws Exception {
227   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
228   testCase.testMapDifferenceSingletonEmpty();
229 }
230 
testMapDifferenceTypical()231 public void testMapDifferenceTypical() throws Exception {
232   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
233   testCase.testMapDifferenceTypical();
234 }
235 
testSortedMapDifferenceEmptyEmpty()236 public void testSortedMapDifferenceEmptyEmpty() throws Exception {
237   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
238   testCase.testSortedMapDifferenceEmptyEmpty();
239 }
240 
testSortedMapDifferenceEmptySingleton()241 public void testSortedMapDifferenceEmptySingleton() throws Exception {
242   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
243   testCase.testSortedMapDifferenceEmptySingleton();
244 }
245 
testSortedMapDifferenceEquals()246 public void testSortedMapDifferenceEquals() throws Exception {
247   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
248   testCase.testSortedMapDifferenceEquals();
249 }
250 
testSortedMapDifferenceImmutable()251 public void testSortedMapDifferenceImmutable() throws Exception {
252   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
253   testCase.testSortedMapDifferenceImmutable();
254 }
255 
testSortedMapDifferenceSingletonEmpty()256 public void testSortedMapDifferenceSingletonEmpty() throws Exception {
257   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
258   testCase.testSortedMapDifferenceSingletonEmpty();
259 }
260 
testSortedMapDifferenceTypical()261 public void testSortedMapDifferenceTypical() throws Exception {
262   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
263   testCase.testSortedMapDifferenceTypical();
264 }
265 
testSortedMapTransformEntries()266 public void testSortedMapTransformEntries() throws Exception {
267   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
268   testCase.testSortedMapTransformEntries();
269 }
270 
testSortedMapTransformValues()271 public void testSortedMapTransformValues() throws Exception {
272   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
273   testCase.testSortedMapTransformValues();
274 }
275 
testSynchronizedBiMap()276 public void testSynchronizedBiMap() throws Exception {
277   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
278   testCase.testSynchronizedBiMap();
279 }
280 
testToMap()281 public void testToMap() throws Exception {
282   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
283   testCase.testToMap();
284 }
285 
testToMapIterator()286 public void testToMapIterator() throws Exception {
287   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
288   testCase.testToMapIterator();
289 }
290 
testToMapWithDuplicateKeys()291 public void testToMapWithDuplicateKeys() throws Exception {
292   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
293   testCase.testToMapWithDuplicateKeys();
294 }
295 
testToMapWithNullKeys()296 public void testToMapWithNullKeys() throws Exception {
297   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
298   testCase.testToMapWithNullKeys();
299 }
300 
testToMapWithNullValues()301 public void testToMapWithNullValues() throws Exception {
302   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
303   testCase.testToMapWithNullValues();
304 }
305 
testToStringImplWithNullKeys()306 public void testToStringImplWithNullKeys() throws Exception {
307   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
308   testCase.testToStringImplWithNullKeys();
309 }
310 
testToStringImplWithNullValues()311 public void testToStringImplWithNullValues() throws Exception {
312   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
313   testCase.testToStringImplWithNullValues();
314 }
315 
testTransformEntries()316 public void testTransformEntries() throws Exception {
317   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
318   testCase.testTransformEntries();
319 }
320 
testTransformEntriesExample()321 public void testTransformEntriesExample() throws Exception {
322   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
323   testCase.testTransformEntriesExample();
324 }
325 
testTransformEntriesGenerics()326 public void testTransformEntriesGenerics() throws Exception {
327   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
328   testCase.testTransformEntriesGenerics();
329 }
330 
testTransformEntriesSecretlySorted()331 public void testTransformEntriesSecretlySorted() throws Exception {
332   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
333   testCase.testTransformEntriesSecretlySorted();
334 }
335 
testTransformValues()336 public void testTransformValues() throws Exception {
337   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
338   testCase.testTransformValues();
339 }
340 
testTransformValuesSecretlySorted()341 public void testTransformValuesSecretlySorted() throws Exception {
342   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
343   testCase.testTransformValuesSecretlySorted();
344 }
345 
testTreeMap()346 public void testTreeMap() throws Exception {
347   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
348   testCase.testTreeMap();
349 }
350 
testTreeMapDerived()351 public void testTreeMapDerived() throws Exception {
352   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
353   testCase.testTreeMapDerived();
354 }
355 
testTreeMapNonGeneric()356 public void testTreeMapNonGeneric() throws Exception {
357   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
358   testCase.testTreeMapNonGeneric();
359 }
360 
testTreeMapWithComparator()361 public void testTreeMapWithComparator() throws Exception {
362   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
363   testCase.testTreeMapWithComparator();
364 }
365 
testTreeMapWithInitialMap()366 public void testTreeMapWithInitialMap() throws Exception {
367   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
368   testCase.testTreeMapWithInitialMap();
369 }
370 
testUniqueIndexCollection()371 public void testUniqueIndexCollection() throws Exception {
372   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
373   testCase.testUniqueIndexCollection();
374 }
375 
testUniqueIndexDuplicates()376 public void testUniqueIndexDuplicates() throws Exception {
377   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
378   testCase.testUniqueIndexDuplicates();
379 }
380 
testUniqueIndexIterable()381 public void testUniqueIndexIterable() throws Exception {
382   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
383   testCase.testUniqueIndexIterable();
384 }
385 
testUniqueIndexIterator()386 public void testUniqueIndexIterator() throws Exception {
387   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
388   testCase.testUniqueIndexIterator();
389 }
390 
testUniqueIndexNullKey()391 public void testUniqueIndexNullKey() throws Exception {
392   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
393   testCase.testUniqueIndexNullKey();
394 }
395 
testUniqueIndexNullValue()396 public void testUniqueIndexNullValue() throws Exception {
397   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
398   testCase.testUniqueIndexNullValue();
399 }
400 
testUnmodifiableBiMap()401 public void testUnmodifiableBiMap() throws Exception {
402   com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
403   testCase.testUnmodifiableBiMap();
404 }
405 
testFilterEntriesIdentifiesBiMap__FilteredBiMapTest()406 public void testFilterEntriesIdentifiesBiMap__FilteredBiMapTest() throws Exception {
407   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
408   testCase.testFilterEntriesIdentifiesBiMap();
409 }
410 
testFilterKeysIdentifiesBiMap__FilteredBiMapTest()411 public void testFilterKeysIdentifiesBiMap__FilteredBiMapTest() throws Exception {
412   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
413   testCase.testFilterKeysIdentifiesBiMap();
414 }
415 
testFilterValuesIdentifiesBiMap__FilteredBiMapTest()416 public void testFilterValuesIdentifiesBiMap__FilteredBiMapTest() throws Exception {
417   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
418   testCase.testFilterValuesIdentifiesBiMap();
419 }
420 
testFilteredEntriesIllegalPut__FilteredBiMapTest()421 public void testFilteredEntriesIllegalPut__FilteredBiMapTest() throws Exception {
422   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
423   testCase.testFilteredEntriesIllegalPut();
424 }
425 
testFilteredEntriesIllegalPutAll__FilteredBiMapTest()426 public void testFilteredEntriesIllegalPutAll__FilteredBiMapTest() throws Exception {
427   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
428   testCase.testFilteredEntriesIllegalPutAll();
429 }
430 
testFilteredEntriesObjectPredicate__FilteredBiMapTest()431 public void testFilteredEntriesObjectPredicate__FilteredBiMapTest() throws Exception {
432   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
433   testCase.testFilteredEntriesObjectPredicate();
434 }
435 
testFilteredEntriesWildCardEntryPredicate__FilteredBiMapTest()436 public void testFilteredEntriesWildCardEntryPredicate__FilteredBiMapTest() throws Exception {
437   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
438   testCase.testFilteredEntriesWildCardEntryPredicate();
439 }
440 
testFilteredKeysFilteredReflectsBackingChanges__FilteredBiMapTest()441 public void testFilteredKeysFilteredReflectsBackingChanges__FilteredBiMapTest() throws Exception {
442   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
443   testCase.testFilteredKeysFilteredReflectsBackingChanges();
444 }
445 
testFilteredKeysIllegalPut__FilteredBiMapTest()446 public void testFilteredKeysIllegalPut__FilteredBiMapTest() throws Exception {
447   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
448   testCase.testFilteredKeysIllegalPut();
449 }
450 
testFilteredKeysIllegalPutAll__FilteredBiMapTest()451 public void testFilteredKeysIllegalPutAll__FilteredBiMapTest() throws Exception {
452   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
453   testCase.testFilteredKeysIllegalPutAll();
454 }
455 
testFilteredValuesClear__FilteredBiMapTest()456 public void testFilteredValuesClear__FilteredBiMapTest() throws Exception {
457   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
458   testCase.testFilteredValuesClear();
459 }
460 
testFilteredValuesIllegalPut__FilteredBiMapTest()461 public void testFilteredValuesIllegalPut__FilteredBiMapTest() throws Exception {
462   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
463   testCase.testFilteredValuesIllegalPut();
464 }
465 
testFilteredValuesIllegalPutAll__FilteredBiMapTest()466 public void testFilteredValuesIllegalPutAll__FilteredBiMapTest() throws Exception {
467   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
468   testCase.testFilteredValuesIllegalPutAll();
469 }
470 
testFilteredValuesIllegalSetValue__FilteredBiMapTest()471 public void testFilteredValuesIllegalSetValue__FilteredBiMapTest() throws Exception {
472   com.google.common.collect.MapsTest.FilteredBiMapTest testCase = new com.google.common.collect.MapsTest.FilteredBiMapTest();
473   testCase.testFilteredValuesIllegalSetValue();
474 }
475 
testFilterEntriesIdentifiesSortedMap__FilteredSortedMapTest()476 public void testFilterEntriesIdentifiesSortedMap__FilteredSortedMapTest() throws Exception {
477   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
478   testCase.testFilterEntriesIdentifiesSortedMap();
479 }
480 
testFilterKeysIdentifiesSortedMap__FilteredSortedMapTest()481 public void testFilterKeysIdentifiesSortedMap__FilteredSortedMapTest() throws Exception {
482   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
483   testCase.testFilterKeysIdentifiesSortedMap();
484 }
485 
testFilterValuesIdentifiesSortedMap__FilteredSortedMapTest()486 public void testFilterValuesIdentifiesSortedMap__FilteredSortedMapTest() throws Exception {
487   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
488   testCase.testFilterValuesIdentifiesSortedMap();
489 }
490 
testFilteredEntriesIllegalPut__FilteredSortedMapTest()491 public void testFilteredEntriesIllegalPut__FilteredSortedMapTest() throws Exception {
492   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
493   testCase.testFilteredEntriesIllegalPut();
494 }
495 
testFilteredEntriesIllegalPutAll__FilteredSortedMapTest()496 public void testFilteredEntriesIllegalPutAll__FilteredSortedMapTest() throws Exception {
497   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
498   testCase.testFilteredEntriesIllegalPutAll();
499 }
500 
testFilteredEntriesObjectPredicate__FilteredSortedMapTest()501 public void testFilteredEntriesObjectPredicate__FilteredSortedMapTest() throws Exception {
502   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
503   testCase.testFilteredEntriesObjectPredicate();
504 }
505 
testFilteredEntriesWildCardEntryPredicate__FilteredSortedMapTest()506 public void testFilteredEntriesWildCardEntryPredicate__FilteredSortedMapTest() throws Exception {
507   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
508   testCase.testFilteredEntriesWildCardEntryPredicate();
509 }
510 
testFilteredKeysFilteredReflectsBackingChanges__FilteredSortedMapTest()511 public void testFilteredKeysFilteredReflectsBackingChanges__FilteredSortedMapTest() throws Exception {
512   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
513   testCase.testFilteredKeysFilteredReflectsBackingChanges();
514 }
515 
testFilteredKeysIllegalPut__FilteredSortedMapTest()516 public void testFilteredKeysIllegalPut__FilteredSortedMapTest() throws Exception {
517   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
518   testCase.testFilteredKeysIllegalPut();
519 }
520 
testFilteredKeysIllegalPutAll__FilteredSortedMapTest()521 public void testFilteredKeysIllegalPutAll__FilteredSortedMapTest() throws Exception {
522   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
523   testCase.testFilteredKeysIllegalPutAll();
524 }
525 
testFilteredValuesClear__FilteredSortedMapTest()526 public void testFilteredValuesClear__FilteredSortedMapTest() throws Exception {
527   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
528   testCase.testFilteredValuesClear();
529 }
530 
testFilteredValuesIllegalPut__FilteredSortedMapTest()531 public void testFilteredValuesIllegalPut__FilteredSortedMapTest() throws Exception {
532   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
533   testCase.testFilteredValuesIllegalPut();
534 }
535 
testFilteredValuesIllegalPutAll__FilteredSortedMapTest()536 public void testFilteredValuesIllegalPutAll__FilteredSortedMapTest() throws Exception {
537   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
538   testCase.testFilteredValuesIllegalPutAll();
539 }
540 
testFilteredValuesIllegalSetValue__FilteredSortedMapTest()541 public void testFilteredValuesIllegalSetValue__FilteredSortedMapTest() throws Exception {
542   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
543   testCase.testFilteredValuesIllegalSetValue();
544 }
545 
testFirstAndLastKeyFilteredMap__FilteredSortedMapTest()546 public void testFirstAndLastKeyFilteredMap__FilteredSortedMapTest() throws Exception {
547   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
548   testCase.testFirstAndLastKeyFilteredMap();
549 }
550 
testHeadSubTailMap_FilteredMap__FilteredSortedMapTest()551 public void testHeadSubTailMap_FilteredMap__FilteredSortedMapTest() throws Exception {
552   com.google.common.collect.MapsTest.FilteredSortedMapTest testCase = new com.google.common.collect.MapsTest.FilteredSortedMapTest();
553   testCase.testHeadSubTailMap_FilteredMap();
554 }
555 
testFilteredEntriesIllegalPut__FilteredMapTest()556 public void testFilteredEntriesIllegalPut__FilteredMapTest() throws Exception {
557   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
558   testCase.testFilteredEntriesIllegalPut();
559 }
560 
testFilteredEntriesIllegalPutAll__FilteredMapTest()561 public void testFilteredEntriesIllegalPutAll__FilteredMapTest() throws Exception {
562   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
563   testCase.testFilteredEntriesIllegalPutAll();
564 }
565 
testFilteredEntriesObjectPredicate__FilteredMapTest()566 public void testFilteredEntriesObjectPredicate__FilteredMapTest() throws Exception {
567   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
568   testCase.testFilteredEntriesObjectPredicate();
569 }
570 
testFilteredEntriesWildCardEntryPredicate__FilteredMapTest()571 public void testFilteredEntriesWildCardEntryPredicate__FilteredMapTest() throws Exception {
572   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
573   testCase.testFilteredEntriesWildCardEntryPredicate();
574 }
575 
testFilteredKeysFilteredReflectsBackingChanges__FilteredMapTest()576 public void testFilteredKeysFilteredReflectsBackingChanges__FilteredMapTest() throws Exception {
577   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
578   testCase.testFilteredKeysFilteredReflectsBackingChanges();
579 }
580 
testFilteredKeysIllegalPut__FilteredMapTest()581 public void testFilteredKeysIllegalPut__FilteredMapTest() throws Exception {
582   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
583   testCase.testFilteredKeysIllegalPut();
584 }
585 
testFilteredKeysIllegalPutAll__FilteredMapTest()586 public void testFilteredKeysIllegalPutAll__FilteredMapTest() throws Exception {
587   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
588   testCase.testFilteredKeysIllegalPutAll();
589 }
590 
testFilteredValuesClear__FilteredMapTest()591 public void testFilteredValuesClear__FilteredMapTest() throws Exception {
592   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
593   testCase.testFilteredValuesClear();
594 }
595 
testFilteredValuesIllegalPut__FilteredMapTest()596 public void testFilteredValuesIllegalPut__FilteredMapTest() throws Exception {
597   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
598   testCase.testFilteredValuesIllegalPut();
599 }
600 
testFilteredValuesIllegalPutAll__FilteredMapTest()601 public void testFilteredValuesIllegalPutAll__FilteredMapTest() throws Exception {
602   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
603   testCase.testFilteredValuesIllegalPutAll();
604 }
605 
testFilteredValuesIllegalSetValue__FilteredMapTest()606 public void testFilteredValuesIllegalSetValue__FilteredMapTest() throws Exception {
607   com.google.common.collect.MapsTest.FilteredMapTest testCase = new com.google.common.collect.MapsTest.FilteredMapTest();
608   testCase.testFilteredValuesIllegalSetValue();
609 }
610 }
611