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 ImmutableMapTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testAsMultimap()21 public void testAsMultimap() throws Exception {
22   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
23   testCase.testAsMultimap();
24 }
25 
testAsMultimapCaches()26 public void testAsMultimapCaches() throws Exception {
27   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
28   testCase.testAsMultimapCaches();
29 }
30 
testAsMultimapWhenEmpty()31 public void testAsMultimapWhenEmpty() throws Exception {
32   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
33   testCase.testAsMultimapWhenEmpty();
34 }
35 
testCopyOfEnumMap()36 public void testCopyOfEnumMap() throws Exception {
37   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
38   testCase.testCopyOfEnumMap();
39 }
40 
testEquals()41 public void testEquals() throws Exception {
42   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
43   testCase.testEquals();
44 }
45 
testMutableValues()46 public void testMutableValues() throws Exception {
47   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
48   testCase.testMutableValues();
49 }
50 
testNullGet()51 public void testNullGet() throws Exception {
52   com.google.common.collect.ImmutableMapTest testCase = new com.google.common.collect.ImmutableMapTest();
53   testCase.testNullGet();
54 }
55 
testBuilder__CreationTests()56 public void testBuilder__CreationTests() throws Exception {
57   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
58   testCase.testBuilder();
59 }
60 
testBuilderPutAll__CreationTests()61 public void testBuilderPutAll__CreationTests() throws Exception {
62   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
63   testCase.testBuilderPutAll();
64 }
65 
testBuilderPutAllWithEmptyMap__CreationTests()66 public void testBuilderPutAllWithEmptyMap__CreationTests() throws Exception {
67   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
68   testCase.testBuilderPutAllWithEmptyMap();
69 }
70 
testBuilderPutImmutableEntryWithNullKeyFailsAtomically__CreationTests()71 public void testBuilderPutImmutableEntryWithNullKeyFailsAtomically__CreationTests() throws Exception {
72   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
73   testCase.testBuilderPutImmutableEntryWithNullKeyFailsAtomically();
74 }
75 
testBuilderPutMutableEntryWithNullKeyFailsAtomically__CreationTests()76 public void testBuilderPutMutableEntryWithNullKeyFailsAtomically__CreationTests() throws Exception {
77   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
78   testCase.testBuilderPutMutableEntryWithNullKeyFailsAtomically();
79 }
80 
testBuilderPutNullKey__CreationTests()81 public void testBuilderPutNullKey__CreationTests() throws Exception {
82   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
83   testCase.testBuilderPutNullKey();
84 }
85 
testBuilderPutNullKeyFailsAtomically__CreationTests()86 public void testBuilderPutNullKeyFailsAtomically__CreationTests() throws Exception {
87   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
88   testCase.testBuilderPutNullKeyFailsAtomically();
89 }
90 
testBuilderPutNullKeyViaPutAll__CreationTests()91 public void testBuilderPutNullKeyViaPutAll__CreationTests() throws Exception {
92   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
93   testCase.testBuilderPutNullKeyViaPutAll();
94 }
95 
testBuilderPutNullValue__CreationTests()96 public void testBuilderPutNullValue__CreationTests() throws Exception {
97   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
98   testCase.testBuilderPutNullValue();
99 }
100 
testBuilderPutNullValueViaPutAll__CreationTests()101 public void testBuilderPutNullValueViaPutAll__CreationTests() throws Exception {
102   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
103   testCase.testBuilderPutNullValueViaPutAll();
104 }
105 
testBuilderReuse__CreationTests()106 public void testBuilderReuse__CreationTests() throws Exception {
107   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
108   testCase.testBuilderReuse();
109 }
110 
testBuilder_withImmutableEntry__CreationTests()111 public void testBuilder_withImmutableEntry__CreationTests() throws Exception {
112   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
113   testCase.testBuilder_withImmutableEntry();
114 }
115 
testBuilder_withImmutableEntryAndNullContents__CreationTests()116 public void testBuilder_withImmutableEntryAndNullContents__CreationTests() throws Exception {
117   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
118   testCase.testBuilder_withImmutableEntryAndNullContents();
119 }
120 
testBuilder_withMutableEntry__CreationTests()121 public void testBuilder_withMutableEntry__CreationTests() throws Exception {
122   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
123   testCase.testBuilder_withMutableEntry();
124 }
125 
testCopyOf__CreationTests()126 public void testCopyOf__CreationTests() throws Exception {
127   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
128   testCase.testCopyOf();
129 }
130 
testCopyOfEmptyMap__CreationTests()131 public void testCopyOfEmptyMap__CreationTests() throws Exception {
132   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
133   testCase.testCopyOfEmptyMap();
134 }
135 
testCopyOfSingletonMap__CreationTests()136 public void testCopyOfSingletonMap__CreationTests() throws Exception {
137   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
138   testCase.testCopyOfSingletonMap();
139 }
140 
testEmptyBuilder__CreationTests()141 public void testEmptyBuilder__CreationTests() throws Exception {
142   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
143   testCase.testEmptyBuilder();
144 }
145 
testOf__CreationTests()146 public void testOf__CreationTests() throws Exception {
147   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
148   testCase.testOf();
149 }
150 
testOfNullKey__CreationTests()151 public void testOfNullKey__CreationTests() throws Exception {
152   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
153   testCase.testOfNullKey();
154 }
155 
testOfNullValue__CreationTests()156 public void testOfNullValue__CreationTests() throws Exception {
157   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
158   testCase.testOfNullValue();
159 }
160 
testOfWithDuplicateKey__CreationTests()161 public void testOfWithDuplicateKey__CreationTests() throws Exception {
162   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
163   testCase.testOfWithDuplicateKey();
164 }
165 
testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests()166 public void testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests() throws Exception {
167   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
168   testCase.testPuttingTheSameKeyTwiceThrowsOnBuild();
169 }
170 
testSingletonBuilder__CreationTests()171 public void testSingletonBuilder__CreationTests() throws Exception {
172   com.google.common.collect.ImmutableMapTest.CreationTests testCase = new com.google.common.collect.ImmutableMapTest.CreationTests();
173   testCase.testSingletonBuilder();
174 }
175 
testClear__MapTestsWithBadHashes()176 public void testClear__MapTestsWithBadHashes() throws Exception {
177   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
178   testCase.testClear();
179 }
180 
testContainsKey__MapTestsWithBadHashes()181 public void testContainsKey__MapTestsWithBadHashes() throws Exception {
182   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
183   testCase.testContainsKey();
184 }
185 
testContainsValue__MapTestsWithBadHashes()186 public void testContainsValue__MapTestsWithBadHashes() throws Exception {
187   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
188   testCase.testContainsValue();
189 }
190 
testEntrySet__MapTestsWithBadHashes()191 public void testEntrySet__MapTestsWithBadHashes() throws Exception {
192   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
193   testCase.testEntrySet();
194 }
195 
testEntrySetAddAndAddAll__MapTestsWithBadHashes()196 public void testEntrySetAddAndAddAll__MapTestsWithBadHashes() throws Exception {
197   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
198   testCase.testEntrySetAddAndAddAll();
199 }
200 
testEntrySetClear__MapTestsWithBadHashes()201 public void testEntrySetClear__MapTestsWithBadHashes() throws Exception {
202   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
203   testCase.testEntrySetClear();
204 }
205 
testEntrySetContainsEntryIncompatibleKey__MapTestsWithBadHashes()206 public void testEntrySetContainsEntryIncompatibleKey__MapTestsWithBadHashes() throws Exception {
207   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
208   testCase.testEntrySetContainsEntryIncompatibleKey();
209 }
210 
testEntrySetContainsEntryNullKeyMissing__MapTestsWithBadHashes()211 public void testEntrySetContainsEntryNullKeyMissing__MapTestsWithBadHashes() throws Exception {
212   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
213   testCase.testEntrySetContainsEntryNullKeyMissing();
214 }
215 
testEntrySetContainsEntryNullKeyPresent__MapTestsWithBadHashes()216 public void testEntrySetContainsEntryNullKeyPresent__MapTestsWithBadHashes() throws Exception {
217   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
218   testCase.testEntrySetContainsEntryNullKeyPresent();
219 }
220 
testEntrySetForEmptyMap__MapTestsWithBadHashes()221 public void testEntrySetForEmptyMap__MapTestsWithBadHashes() throws Exception {
222   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
223   testCase.testEntrySetForEmptyMap();
224 }
225 
testEntrySetIteratorRemove__MapTestsWithBadHashes()226 public void testEntrySetIteratorRemove__MapTestsWithBadHashes() throws Exception {
227   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
228   testCase.testEntrySetIteratorRemove();
229 }
230 
testEntrySetRemove__MapTestsWithBadHashes()231 public void testEntrySetRemove__MapTestsWithBadHashes() throws Exception {
232   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
233   testCase.testEntrySetRemove();
234 }
235 
testEntrySetRemoveAll__MapTestsWithBadHashes()236 public void testEntrySetRemoveAll__MapTestsWithBadHashes() throws Exception {
237   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
238   testCase.testEntrySetRemoveAll();
239 }
240 
testEntrySetRemoveAllNullFromEmpty__MapTestsWithBadHashes()241 public void testEntrySetRemoveAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
242   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
243   testCase.testEntrySetRemoveAllNullFromEmpty();
244 }
245 
testEntrySetRemoveDifferentValue__MapTestsWithBadHashes()246 public void testEntrySetRemoveDifferentValue__MapTestsWithBadHashes() throws Exception {
247   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
248   testCase.testEntrySetRemoveDifferentValue();
249 }
250 
testEntrySetRemoveMissingKey__MapTestsWithBadHashes()251 public void testEntrySetRemoveMissingKey__MapTestsWithBadHashes() throws Exception {
252   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
253   testCase.testEntrySetRemoveMissingKey();
254 }
255 
testEntrySetRemoveNullKeyMissing__MapTestsWithBadHashes()256 public void testEntrySetRemoveNullKeyMissing__MapTestsWithBadHashes() throws Exception {
257   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
258   testCase.testEntrySetRemoveNullKeyMissing();
259 }
260 
testEntrySetRemoveNullKeyPresent__MapTestsWithBadHashes()261 public void testEntrySetRemoveNullKeyPresent__MapTestsWithBadHashes() throws Exception {
262   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
263   testCase.testEntrySetRemoveNullKeyPresent();
264 }
265 
testEntrySetRetainAll__MapTestsWithBadHashes()266 public void testEntrySetRetainAll__MapTestsWithBadHashes() throws Exception {
267   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
268   testCase.testEntrySetRetainAll();
269 }
270 
testEntrySetRetainAllNullFromEmpty__MapTestsWithBadHashes()271 public void testEntrySetRetainAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
272   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
273   testCase.testEntrySetRetainAllNullFromEmpty();
274 }
275 
testEntrySetSetValue__MapTestsWithBadHashes()276 public void testEntrySetSetValue__MapTestsWithBadHashes() throws Exception {
277   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
278   testCase.testEntrySetSetValue();
279 }
280 
testEntrySetSetValueSameValue__MapTestsWithBadHashes()281 public void testEntrySetSetValueSameValue__MapTestsWithBadHashes() throws Exception {
282   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
283   testCase.testEntrySetSetValueSameValue();
284 }
285 
testEqualsForEmptyMap__MapTestsWithBadHashes()286 public void testEqualsForEmptyMap__MapTestsWithBadHashes() throws Exception {
287   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
288   testCase.testEqualsForEmptyMap();
289 }
290 
testEqualsForEqualMap__MapTestsWithBadHashes()291 public void testEqualsForEqualMap__MapTestsWithBadHashes() throws Exception {
292   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
293   testCase.testEqualsForEqualMap();
294 }
295 
testEqualsForLargerMap__MapTestsWithBadHashes()296 public void testEqualsForLargerMap__MapTestsWithBadHashes() throws Exception {
297   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
298   testCase.testEqualsForLargerMap();
299 }
300 
testEqualsForSmallerMap__MapTestsWithBadHashes()301 public void testEqualsForSmallerMap__MapTestsWithBadHashes() throws Exception {
302   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
303   testCase.testEqualsForSmallerMap();
304 }
305 
testGet__MapTestsWithBadHashes()306 public void testGet__MapTestsWithBadHashes() throws Exception {
307   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
308   testCase.testGet();
309 }
310 
testGetForEmptyMap__MapTestsWithBadHashes()311 public void testGetForEmptyMap__MapTestsWithBadHashes() throws Exception {
312   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
313   testCase.testGetForEmptyMap();
314 }
315 
testGetNull__MapTestsWithBadHashes()316 public void testGetNull__MapTestsWithBadHashes() throws Exception {
317   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
318   testCase.testGetNull();
319 }
320 
testHashCode__MapTestsWithBadHashes()321 public void testHashCode__MapTestsWithBadHashes() throws Exception {
322   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
323   testCase.testHashCode();
324 }
325 
testHashCodeForEmptyMap__MapTestsWithBadHashes()326 public void testHashCodeForEmptyMap__MapTestsWithBadHashes() throws Exception {
327   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
328   testCase.testHashCodeForEmptyMap();
329 }
330 
testKeySetClear__MapTestsWithBadHashes()331 public void testKeySetClear__MapTestsWithBadHashes() throws Exception {
332   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
333   testCase.testKeySetClear();
334 }
335 
testKeySetRemove__MapTestsWithBadHashes()336 public void testKeySetRemove__MapTestsWithBadHashes() throws Exception {
337   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
338   testCase.testKeySetRemove();
339 }
340 
testKeySetRemoveAll__MapTestsWithBadHashes()341 public void testKeySetRemoveAll__MapTestsWithBadHashes() throws Exception {
342   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
343   testCase.testKeySetRemoveAll();
344 }
345 
testKeySetRemoveAllNullFromEmpty__MapTestsWithBadHashes()346 public void testKeySetRemoveAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
347   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
348   testCase.testKeySetRemoveAllNullFromEmpty();
349 }
350 
testKeySetRetainAll__MapTestsWithBadHashes()351 public void testKeySetRetainAll__MapTestsWithBadHashes() throws Exception {
352   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
353   testCase.testKeySetRetainAll();
354 }
355 
testKeySetRetainAllNullFromEmpty__MapTestsWithBadHashes()356 public void testKeySetRetainAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
357   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
358   testCase.testKeySetRetainAllNullFromEmpty();
359 }
360 
testPutAllExistingKey__MapTestsWithBadHashes()361 public void testPutAllExistingKey__MapTestsWithBadHashes() throws Exception {
362   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
363   testCase.testPutAllExistingKey();
364 }
365 
testPutAllNewKey__MapTestsWithBadHashes()366 public void testPutAllNewKey__MapTestsWithBadHashes() throws Exception {
367   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
368   testCase.testPutAllNewKey();
369 }
370 
testPutExistingKey__MapTestsWithBadHashes()371 public void testPutExistingKey__MapTestsWithBadHashes() throws Exception {
372   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
373   testCase.testPutExistingKey();
374 }
375 
testPutNewKey__MapTestsWithBadHashes()376 public void testPutNewKey__MapTestsWithBadHashes() throws Exception {
377   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
378   testCase.testPutNewKey();
379 }
380 
testPutNullKey__MapTestsWithBadHashes()381 public void testPutNullKey__MapTestsWithBadHashes() throws Exception {
382   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
383   testCase.testPutNullKey();
384 }
385 
testPutNullValue__MapTestsWithBadHashes()386 public void testPutNullValue__MapTestsWithBadHashes() throws Exception {
387   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
388   testCase.testPutNullValue();
389 }
390 
testPutNullValueForExistingKey__MapTestsWithBadHashes()391 public void testPutNullValueForExistingKey__MapTestsWithBadHashes() throws Exception {
392   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
393   testCase.testPutNullValueForExistingKey();
394 }
395 
testRemove__MapTestsWithBadHashes()396 public void testRemove__MapTestsWithBadHashes() throws Exception {
397   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
398   testCase.testRemove();
399 }
400 
testRemoveMissingKey__MapTestsWithBadHashes()401 public void testRemoveMissingKey__MapTestsWithBadHashes() throws Exception {
402   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
403   testCase.testRemoveMissingKey();
404 }
405 
testSize__MapTestsWithBadHashes()406 public void testSize__MapTestsWithBadHashes() throws Exception {
407   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
408   testCase.testSize();
409 }
410 
testValues__MapTestsWithBadHashes()411 public void testValues__MapTestsWithBadHashes() throws Exception {
412   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
413   testCase.testValues();
414 }
415 
testValuesClear__MapTestsWithBadHashes()416 public void testValuesClear__MapTestsWithBadHashes() throws Exception {
417   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
418   testCase.testValuesClear();
419 }
420 
testValuesIteratorRemove__MapTestsWithBadHashes()421 public void testValuesIteratorRemove__MapTestsWithBadHashes() throws Exception {
422   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
423   testCase.testValuesIteratorRemove();
424 }
425 
testValuesRemove__MapTestsWithBadHashes()426 public void testValuesRemove__MapTestsWithBadHashes() throws Exception {
427   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
428   testCase.testValuesRemove();
429 }
430 
testValuesRemoveAll__MapTestsWithBadHashes()431 public void testValuesRemoveAll__MapTestsWithBadHashes() throws Exception {
432   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
433   testCase.testValuesRemoveAll();
434 }
435 
testValuesRemoveAllNullFromEmpty__MapTestsWithBadHashes()436 public void testValuesRemoveAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
437   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
438   testCase.testValuesRemoveAllNullFromEmpty();
439 }
440 
testValuesRemoveMissing__MapTestsWithBadHashes()441 public void testValuesRemoveMissing__MapTestsWithBadHashes() throws Exception {
442   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
443   testCase.testValuesRemoveMissing();
444 }
445 
testValuesRetainAll__MapTestsWithBadHashes()446 public void testValuesRetainAll__MapTestsWithBadHashes() throws Exception {
447   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
448   testCase.testValuesRetainAll();
449 }
450 
testValuesRetainAllNullFromEmpty__MapTestsWithBadHashes()451 public void testValuesRetainAllNullFromEmpty__MapTestsWithBadHashes() throws Exception {
452   com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes testCase = new com.google.common.collect.ImmutableMapTest.MapTestsWithBadHashes();
453   testCase.testValuesRetainAllNullFromEmpty();
454 }
455 
testClear__SingletonMapTests()456 public void testClear__SingletonMapTests() throws Exception {
457   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
458   testCase.testClear();
459 }
460 
testContainsKey__SingletonMapTests()461 public void testContainsKey__SingletonMapTests() throws Exception {
462   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
463   testCase.testContainsKey();
464 }
465 
testContainsValue__SingletonMapTests()466 public void testContainsValue__SingletonMapTests() throws Exception {
467   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
468   testCase.testContainsValue();
469 }
470 
testEntrySet__SingletonMapTests()471 public void testEntrySet__SingletonMapTests() throws Exception {
472   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
473   testCase.testEntrySet();
474 }
475 
testEntrySetAddAndAddAll__SingletonMapTests()476 public void testEntrySetAddAndAddAll__SingletonMapTests() throws Exception {
477   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
478   testCase.testEntrySetAddAndAddAll();
479 }
480 
testEntrySetClear__SingletonMapTests()481 public void testEntrySetClear__SingletonMapTests() throws Exception {
482   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
483   testCase.testEntrySetClear();
484 }
485 
testEntrySetContainsEntryIncompatibleKey__SingletonMapTests()486 public void testEntrySetContainsEntryIncompatibleKey__SingletonMapTests() throws Exception {
487   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
488   testCase.testEntrySetContainsEntryIncompatibleKey();
489 }
490 
testEntrySetContainsEntryNullKeyMissing__SingletonMapTests()491 public void testEntrySetContainsEntryNullKeyMissing__SingletonMapTests() throws Exception {
492   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
493   testCase.testEntrySetContainsEntryNullKeyMissing();
494 }
495 
testEntrySetContainsEntryNullKeyPresent__SingletonMapTests()496 public void testEntrySetContainsEntryNullKeyPresent__SingletonMapTests() throws Exception {
497   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
498   testCase.testEntrySetContainsEntryNullKeyPresent();
499 }
500 
testEntrySetForEmptyMap__SingletonMapTests()501 public void testEntrySetForEmptyMap__SingletonMapTests() throws Exception {
502   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
503   testCase.testEntrySetForEmptyMap();
504 }
505 
testEntrySetIteratorRemove__SingletonMapTests()506 public void testEntrySetIteratorRemove__SingletonMapTests() throws Exception {
507   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
508   testCase.testEntrySetIteratorRemove();
509 }
510 
testEntrySetRemove__SingletonMapTests()511 public void testEntrySetRemove__SingletonMapTests() throws Exception {
512   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
513   testCase.testEntrySetRemove();
514 }
515 
testEntrySetRemoveAll__SingletonMapTests()516 public void testEntrySetRemoveAll__SingletonMapTests() throws Exception {
517   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
518   testCase.testEntrySetRemoveAll();
519 }
520 
testEntrySetRemoveAllNullFromEmpty__SingletonMapTests()521 public void testEntrySetRemoveAllNullFromEmpty__SingletonMapTests() throws Exception {
522   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
523   testCase.testEntrySetRemoveAllNullFromEmpty();
524 }
525 
testEntrySetRemoveDifferentValue__SingletonMapTests()526 public void testEntrySetRemoveDifferentValue__SingletonMapTests() throws Exception {
527   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
528   testCase.testEntrySetRemoveDifferentValue();
529 }
530 
testEntrySetRemoveMissingKey__SingletonMapTests()531 public void testEntrySetRemoveMissingKey__SingletonMapTests() throws Exception {
532   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
533   testCase.testEntrySetRemoveMissingKey();
534 }
535 
testEntrySetRemoveNullKeyMissing__SingletonMapTests()536 public void testEntrySetRemoveNullKeyMissing__SingletonMapTests() throws Exception {
537   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
538   testCase.testEntrySetRemoveNullKeyMissing();
539 }
540 
testEntrySetRemoveNullKeyPresent__SingletonMapTests()541 public void testEntrySetRemoveNullKeyPresent__SingletonMapTests() throws Exception {
542   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
543   testCase.testEntrySetRemoveNullKeyPresent();
544 }
545 
testEntrySetRetainAll__SingletonMapTests()546 public void testEntrySetRetainAll__SingletonMapTests() throws Exception {
547   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
548   testCase.testEntrySetRetainAll();
549 }
550 
testEntrySetRetainAllNullFromEmpty__SingletonMapTests()551 public void testEntrySetRetainAllNullFromEmpty__SingletonMapTests() throws Exception {
552   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
553   testCase.testEntrySetRetainAllNullFromEmpty();
554 }
555 
testEntrySetSetValue__SingletonMapTests()556 public void testEntrySetSetValue__SingletonMapTests() throws Exception {
557   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
558   testCase.testEntrySetSetValue();
559 }
560 
testEntrySetSetValueSameValue__SingletonMapTests()561 public void testEntrySetSetValueSameValue__SingletonMapTests() throws Exception {
562   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
563   testCase.testEntrySetSetValueSameValue();
564 }
565 
testEqualsForEmptyMap__SingletonMapTests()566 public void testEqualsForEmptyMap__SingletonMapTests() throws Exception {
567   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
568   testCase.testEqualsForEmptyMap();
569 }
570 
testEqualsForEqualMap__SingletonMapTests()571 public void testEqualsForEqualMap__SingletonMapTests() throws Exception {
572   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
573   testCase.testEqualsForEqualMap();
574 }
575 
testEqualsForLargerMap__SingletonMapTests()576 public void testEqualsForLargerMap__SingletonMapTests() throws Exception {
577   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
578   testCase.testEqualsForLargerMap();
579 }
580 
testEqualsForSmallerMap__SingletonMapTests()581 public void testEqualsForSmallerMap__SingletonMapTests() throws Exception {
582   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
583   testCase.testEqualsForSmallerMap();
584 }
585 
testGet__SingletonMapTests()586 public void testGet__SingletonMapTests() throws Exception {
587   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
588   testCase.testGet();
589 }
590 
testGetForEmptyMap__SingletonMapTests()591 public void testGetForEmptyMap__SingletonMapTests() throws Exception {
592   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
593   testCase.testGetForEmptyMap();
594 }
595 
testGetNull__SingletonMapTests()596 public void testGetNull__SingletonMapTests() throws Exception {
597   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
598   testCase.testGetNull();
599 }
600 
testHashCode__SingletonMapTests()601 public void testHashCode__SingletonMapTests() throws Exception {
602   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
603   testCase.testHashCode();
604 }
605 
testHashCodeForEmptyMap__SingletonMapTests()606 public void testHashCodeForEmptyMap__SingletonMapTests() throws Exception {
607   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
608   testCase.testHashCodeForEmptyMap();
609 }
610 
testKeySetClear__SingletonMapTests()611 public void testKeySetClear__SingletonMapTests() throws Exception {
612   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
613   testCase.testKeySetClear();
614 }
615 
testKeySetRemove__SingletonMapTests()616 public void testKeySetRemove__SingletonMapTests() throws Exception {
617   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
618   testCase.testKeySetRemove();
619 }
620 
testKeySetRemoveAll__SingletonMapTests()621 public void testKeySetRemoveAll__SingletonMapTests() throws Exception {
622   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
623   testCase.testKeySetRemoveAll();
624 }
625 
testKeySetRemoveAllNullFromEmpty__SingletonMapTests()626 public void testKeySetRemoveAllNullFromEmpty__SingletonMapTests() throws Exception {
627   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
628   testCase.testKeySetRemoveAllNullFromEmpty();
629 }
630 
testKeySetRetainAll__SingletonMapTests()631 public void testKeySetRetainAll__SingletonMapTests() throws Exception {
632   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
633   testCase.testKeySetRetainAll();
634 }
635 
testKeySetRetainAllNullFromEmpty__SingletonMapTests()636 public void testKeySetRetainAllNullFromEmpty__SingletonMapTests() throws Exception {
637   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
638   testCase.testKeySetRetainAllNullFromEmpty();
639 }
640 
testPutAllExistingKey__SingletonMapTests()641 public void testPutAllExistingKey__SingletonMapTests() throws Exception {
642   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
643   testCase.testPutAllExistingKey();
644 }
645 
testPutAllNewKey__SingletonMapTests()646 public void testPutAllNewKey__SingletonMapTests() throws Exception {
647   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
648   testCase.testPutAllNewKey();
649 }
650 
testPutExistingKey__SingletonMapTests()651 public void testPutExistingKey__SingletonMapTests() throws Exception {
652   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
653   testCase.testPutExistingKey();
654 }
655 
testPutNewKey__SingletonMapTests()656 public void testPutNewKey__SingletonMapTests() throws Exception {
657   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
658   testCase.testPutNewKey();
659 }
660 
testPutNullKey__SingletonMapTests()661 public void testPutNullKey__SingletonMapTests() throws Exception {
662   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
663   testCase.testPutNullKey();
664 }
665 
testPutNullValue__SingletonMapTests()666 public void testPutNullValue__SingletonMapTests() throws Exception {
667   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
668   testCase.testPutNullValue();
669 }
670 
testPutNullValueForExistingKey__SingletonMapTests()671 public void testPutNullValueForExistingKey__SingletonMapTests() throws Exception {
672   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
673   testCase.testPutNullValueForExistingKey();
674 }
675 
testRemove__SingletonMapTests()676 public void testRemove__SingletonMapTests() throws Exception {
677   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
678   testCase.testRemove();
679 }
680 
testRemoveMissingKey__SingletonMapTests()681 public void testRemoveMissingKey__SingletonMapTests() throws Exception {
682   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
683   testCase.testRemoveMissingKey();
684 }
685 
testSize__SingletonMapTests()686 public void testSize__SingletonMapTests() throws Exception {
687   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
688   testCase.testSize();
689 }
690 
testValues__SingletonMapTests()691 public void testValues__SingletonMapTests() throws Exception {
692   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
693   testCase.testValues();
694 }
695 
testValuesClear__SingletonMapTests()696 public void testValuesClear__SingletonMapTests() throws Exception {
697   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
698   testCase.testValuesClear();
699 }
700 
testValuesIteratorRemove__SingletonMapTests()701 public void testValuesIteratorRemove__SingletonMapTests() throws Exception {
702   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
703   testCase.testValuesIteratorRemove();
704 }
705 
testValuesRemove__SingletonMapTests()706 public void testValuesRemove__SingletonMapTests() throws Exception {
707   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
708   testCase.testValuesRemove();
709 }
710 
testValuesRemoveAll__SingletonMapTests()711 public void testValuesRemoveAll__SingletonMapTests() throws Exception {
712   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
713   testCase.testValuesRemoveAll();
714 }
715 
testValuesRemoveAllNullFromEmpty__SingletonMapTests()716 public void testValuesRemoveAllNullFromEmpty__SingletonMapTests() throws Exception {
717   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
718   testCase.testValuesRemoveAllNullFromEmpty();
719 }
720 
testValuesRemoveMissing__SingletonMapTests()721 public void testValuesRemoveMissing__SingletonMapTests() throws Exception {
722   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
723   testCase.testValuesRemoveMissing();
724 }
725 
testValuesRetainAll__SingletonMapTests()726 public void testValuesRetainAll__SingletonMapTests() throws Exception {
727   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
728   testCase.testValuesRetainAll();
729 }
730 
testValuesRetainAllNullFromEmpty__SingletonMapTests()731 public void testValuesRetainAllNullFromEmpty__SingletonMapTests() throws Exception {
732   com.google.common.collect.ImmutableMapTest.SingletonMapTests testCase = new com.google.common.collect.ImmutableMapTest.SingletonMapTests();
733   testCase.testValuesRetainAllNullFromEmpty();
734 }
735 
testClear__MapTests()736 public void testClear__MapTests() throws Exception {
737   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
738   testCase.testClear();
739 }
740 
testContainsKey__MapTests()741 public void testContainsKey__MapTests() throws Exception {
742   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
743   testCase.testContainsKey();
744 }
745 
testContainsValue__MapTests()746 public void testContainsValue__MapTests() throws Exception {
747   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
748   testCase.testContainsValue();
749 }
750 
testEntrySet__MapTests()751 public void testEntrySet__MapTests() throws Exception {
752   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
753   testCase.testEntrySet();
754 }
755 
testEntrySetAddAndAddAll__MapTests()756 public void testEntrySetAddAndAddAll__MapTests() throws Exception {
757   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
758   testCase.testEntrySetAddAndAddAll();
759 }
760 
testEntrySetClear__MapTests()761 public void testEntrySetClear__MapTests() throws Exception {
762   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
763   testCase.testEntrySetClear();
764 }
765 
testEntrySetContainsEntryIncompatibleKey__MapTests()766 public void testEntrySetContainsEntryIncompatibleKey__MapTests() throws Exception {
767   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
768   testCase.testEntrySetContainsEntryIncompatibleKey();
769 }
770 
testEntrySetContainsEntryNullKeyMissing__MapTests()771 public void testEntrySetContainsEntryNullKeyMissing__MapTests() throws Exception {
772   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
773   testCase.testEntrySetContainsEntryNullKeyMissing();
774 }
775 
testEntrySetContainsEntryNullKeyPresent__MapTests()776 public void testEntrySetContainsEntryNullKeyPresent__MapTests() throws Exception {
777   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
778   testCase.testEntrySetContainsEntryNullKeyPresent();
779 }
780 
testEntrySetForEmptyMap__MapTests()781 public void testEntrySetForEmptyMap__MapTests() throws Exception {
782   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
783   testCase.testEntrySetForEmptyMap();
784 }
785 
testEntrySetIteratorRemove__MapTests()786 public void testEntrySetIteratorRemove__MapTests() throws Exception {
787   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
788   testCase.testEntrySetIteratorRemove();
789 }
790 
testEntrySetRemove__MapTests()791 public void testEntrySetRemove__MapTests() throws Exception {
792   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
793   testCase.testEntrySetRemove();
794 }
795 
testEntrySetRemoveAll__MapTests()796 public void testEntrySetRemoveAll__MapTests() throws Exception {
797   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
798   testCase.testEntrySetRemoveAll();
799 }
800 
testEntrySetRemoveAllNullFromEmpty__MapTests()801 public void testEntrySetRemoveAllNullFromEmpty__MapTests() throws Exception {
802   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
803   testCase.testEntrySetRemoveAllNullFromEmpty();
804 }
805 
testEntrySetRemoveDifferentValue__MapTests()806 public void testEntrySetRemoveDifferentValue__MapTests() throws Exception {
807   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
808   testCase.testEntrySetRemoveDifferentValue();
809 }
810 
testEntrySetRemoveMissingKey__MapTests()811 public void testEntrySetRemoveMissingKey__MapTests() throws Exception {
812   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
813   testCase.testEntrySetRemoveMissingKey();
814 }
815 
testEntrySetRemoveNullKeyMissing__MapTests()816 public void testEntrySetRemoveNullKeyMissing__MapTests() throws Exception {
817   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
818   testCase.testEntrySetRemoveNullKeyMissing();
819 }
820 
testEntrySetRemoveNullKeyPresent__MapTests()821 public void testEntrySetRemoveNullKeyPresent__MapTests() throws Exception {
822   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
823   testCase.testEntrySetRemoveNullKeyPresent();
824 }
825 
testEntrySetRetainAll__MapTests()826 public void testEntrySetRetainAll__MapTests() throws Exception {
827   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
828   testCase.testEntrySetRetainAll();
829 }
830 
testEntrySetRetainAllNullFromEmpty__MapTests()831 public void testEntrySetRetainAllNullFromEmpty__MapTests() throws Exception {
832   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
833   testCase.testEntrySetRetainAllNullFromEmpty();
834 }
835 
testEntrySetSetValue__MapTests()836 public void testEntrySetSetValue__MapTests() throws Exception {
837   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
838   testCase.testEntrySetSetValue();
839 }
840 
testEntrySetSetValueSameValue__MapTests()841 public void testEntrySetSetValueSameValue__MapTests() throws Exception {
842   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
843   testCase.testEntrySetSetValueSameValue();
844 }
845 
testEqualsForEmptyMap__MapTests()846 public void testEqualsForEmptyMap__MapTests() throws Exception {
847   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
848   testCase.testEqualsForEmptyMap();
849 }
850 
testEqualsForEqualMap__MapTests()851 public void testEqualsForEqualMap__MapTests() throws Exception {
852   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
853   testCase.testEqualsForEqualMap();
854 }
855 
testEqualsForLargerMap__MapTests()856 public void testEqualsForLargerMap__MapTests() throws Exception {
857   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
858   testCase.testEqualsForLargerMap();
859 }
860 
testEqualsForSmallerMap__MapTests()861 public void testEqualsForSmallerMap__MapTests() throws Exception {
862   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
863   testCase.testEqualsForSmallerMap();
864 }
865 
testGet__MapTests()866 public void testGet__MapTests() throws Exception {
867   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
868   testCase.testGet();
869 }
870 
testGetForEmptyMap__MapTests()871 public void testGetForEmptyMap__MapTests() throws Exception {
872   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
873   testCase.testGetForEmptyMap();
874 }
875 
testGetNull__MapTests()876 public void testGetNull__MapTests() throws Exception {
877   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
878   testCase.testGetNull();
879 }
880 
testHashCode__MapTests()881 public void testHashCode__MapTests() throws Exception {
882   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
883   testCase.testHashCode();
884 }
885 
testHashCodeForEmptyMap__MapTests()886 public void testHashCodeForEmptyMap__MapTests() throws Exception {
887   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
888   testCase.testHashCodeForEmptyMap();
889 }
890 
testKeySetClear__MapTests()891 public void testKeySetClear__MapTests() throws Exception {
892   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
893   testCase.testKeySetClear();
894 }
895 
testKeySetRemove__MapTests()896 public void testKeySetRemove__MapTests() throws Exception {
897   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
898   testCase.testKeySetRemove();
899 }
900 
testKeySetRemoveAll__MapTests()901 public void testKeySetRemoveAll__MapTests() throws Exception {
902   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
903   testCase.testKeySetRemoveAll();
904 }
905 
testKeySetRemoveAllNullFromEmpty__MapTests()906 public void testKeySetRemoveAllNullFromEmpty__MapTests() throws Exception {
907   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
908   testCase.testKeySetRemoveAllNullFromEmpty();
909 }
910 
testKeySetRetainAll__MapTests()911 public void testKeySetRetainAll__MapTests() throws Exception {
912   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
913   testCase.testKeySetRetainAll();
914 }
915 
testKeySetRetainAllNullFromEmpty__MapTests()916 public void testKeySetRetainAllNullFromEmpty__MapTests() throws Exception {
917   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
918   testCase.testKeySetRetainAllNullFromEmpty();
919 }
920 
testPutAllExistingKey__MapTests()921 public void testPutAllExistingKey__MapTests() throws Exception {
922   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
923   testCase.testPutAllExistingKey();
924 }
925 
testPutAllNewKey__MapTests()926 public void testPutAllNewKey__MapTests() throws Exception {
927   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
928   testCase.testPutAllNewKey();
929 }
930 
testPutExistingKey__MapTests()931 public void testPutExistingKey__MapTests() throws Exception {
932   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
933   testCase.testPutExistingKey();
934 }
935 
testPutNewKey__MapTests()936 public void testPutNewKey__MapTests() throws Exception {
937   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
938   testCase.testPutNewKey();
939 }
940 
testPutNullKey__MapTests()941 public void testPutNullKey__MapTests() throws Exception {
942   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
943   testCase.testPutNullKey();
944 }
945 
testPutNullValue__MapTests()946 public void testPutNullValue__MapTests() throws Exception {
947   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
948   testCase.testPutNullValue();
949 }
950 
testPutNullValueForExistingKey__MapTests()951 public void testPutNullValueForExistingKey__MapTests() throws Exception {
952   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
953   testCase.testPutNullValueForExistingKey();
954 }
955 
testRemove__MapTests()956 public void testRemove__MapTests() throws Exception {
957   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
958   testCase.testRemove();
959 }
960 
testRemoveMissingKey__MapTests()961 public void testRemoveMissingKey__MapTests() throws Exception {
962   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
963   testCase.testRemoveMissingKey();
964 }
965 
testSize__MapTests()966 public void testSize__MapTests() throws Exception {
967   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
968   testCase.testSize();
969 }
970 
testValues__MapTests()971 public void testValues__MapTests() throws Exception {
972   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
973   testCase.testValues();
974 }
975 
testValuesClear__MapTests()976 public void testValuesClear__MapTests() throws Exception {
977   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
978   testCase.testValuesClear();
979 }
980 
testValuesIteratorRemove__MapTests()981 public void testValuesIteratorRemove__MapTests() throws Exception {
982   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
983   testCase.testValuesIteratorRemove();
984 }
985 
testValuesRemove__MapTests()986 public void testValuesRemove__MapTests() throws Exception {
987   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
988   testCase.testValuesRemove();
989 }
990 
testValuesRemoveAll__MapTests()991 public void testValuesRemoveAll__MapTests() throws Exception {
992   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
993   testCase.testValuesRemoveAll();
994 }
995 
testValuesRemoveAllNullFromEmpty__MapTests()996 public void testValuesRemoveAllNullFromEmpty__MapTests() throws Exception {
997   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
998   testCase.testValuesRemoveAllNullFromEmpty();
999 }
1000 
testValuesRemoveMissing__MapTests()1001 public void testValuesRemoveMissing__MapTests() throws Exception {
1002   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
1003   testCase.testValuesRemoveMissing();
1004 }
1005 
testValuesRetainAll__MapTests()1006 public void testValuesRetainAll__MapTests() throws Exception {
1007   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
1008   testCase.testValuesRetainAll();
1009 }
1010 
testValuesRetainAllNullFromEmpty__MapTests()1011 public void testValuesRetainAllNullFromEmpty__MapTests() throws Exception {
1012   com.google.common.collect.ImmutableMapTest.MapTests testCase = new com.google.common.collect.ImmutableMapTest.MapTests();
1013   testCase.testValuesRetainAllNullFromEmpty();
1014 }
1015 }
1016