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 */
16package com.google.common.collect;
17public class ImmutableBiMapTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18@Override public String getModuleName() {
19  return "com.google.common.collect.testModule";
20}
21public void testDoubleInverse__BiMapSpecificTests() throws Exception {
22  com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests testCase = new com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests();
23  testCase.testDoubleInverse();
24}
25
26public void testForcePut__BiMapSpecificTests() throws Exception {
27  com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests testCase = new com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests();
28  testCase.testForcePut();
29}
30
31public void testKeySet__BiMapSpecificTests() throws Exception {
32  com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests testCase = new com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests();
33  testCase.testKeySet();
34}
35
36public void testValues__BiMapSpecificTests() throws Exception {
37  com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests testCase = new com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests();
38  testCase.testValues();
39}
40
41public void testBuilder__CreationTests() throws Exception {
42  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
43  testCase.testBuilder();
44}
45
46public void testBuilderPutAll__CreationTests() throws Exception {
47  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
48  testCase.testBuilderPutAll();
49}
50
51public void testBuilderPutAllWithEmptyMap__CreationTests() throws Exception {
52  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
53  testCase.testBuilderPutAllWithEmptyMap();
54}
55
56public void testBuilderPutNullKey__CreationTests() throws Exception {
57  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
58  testCase.testBuilderPutNullKey();
59}
60
61public void testBuilderPutNullKeyViaPutAll__CreationTests() throws Exception {
62  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
63  testCase.testBuilderPutNullKeyViaPutAll();
64}
65
66public void testBuilderPutNullValue__CreationTests() throws Exception {
67  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
68  testCase.testBuilderPutNullValue();
69}
70
71public void testBuilderPutNullValueViaPutAll__CreationTests() throws Exception {
72  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
73  testCase.testBuilderPutNullValueViaPutAll();
74}
75
76public void testBuilderReuse__CreationTests() throws Exception {
77  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
78  testCase.testBuilderReuse();
79}
80
81public void testCopyOf__CreationTests() throws Exception {
82  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
83  testCase.testCopyOf();
84}
85
86public void testCopyOfEmptyMap__CreationTests() throws Exception {
87  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
88  testCase.testCopyOfEmptyMap();
89}
90
91public void testCopyOfSingletonMap__CreationTests() throws Exception {
92  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
93  testCase.testCopyOfSingletonMap();
94}
95
96public void testDuplicateValues__CreationTests() throws Exception {
97  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
98  testCase.testDuplicateValues();
99}
100
101public void testEmpty__CreationTests() throws Exception {
102  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
103  testCase.testEmpty();
104}
105
106public void testEmptyBuilder__CreationTests() throws Exception {
107  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
108  testCase.testEmptyBuilder();
109}
110
111public void testFromHashMap__CreationTests() throws Exception {
112  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
113  testCase.testFromHashMap();
114}
115
116public void testFromImmutableMap__CreationTests() throws Exception {
117  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
118  testCase.testFromImmutableMap();
119}
120
121public void testOf__CreationTests() throws Exception {
122  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
123  testCase.testOf();
124}
125
126public void testOfNullKey__CreationTests() throws Exception {
127  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
128  testCase.testOfNullKey();
129}
130
131public void testOfNullValue__CreationTests() throws Exception {
132  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
133  testCase.testOfNullValue();
134}
135
136public void testOfWithDuplicateKey__CreationTests() throws Exception {
137  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
138  testCase.testOfWithDuplicateKey();
139}
140
141public void testPuttingTheSameKeyTwiceThrowsOnBuild__CreationTests() throws Exception {
142  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
143  testCase.testPuttingTheSameKeyTwiceThrowsOnBuild();
144}
145
146public void testSingletonBuilder__CreationTests() throws Exception {
147  com.google.common.collect.ImmutableBiMapTest.CreationTests testCase = new com.google.common.collect.ImmutableBiMapTest.CreationTests();
148  testCase.testSingletonBuilder();
149}
150
151public void testClear__InverseMapTests() throws Exception {
152  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
153  testCase.testClear();
154}
155
156public void testContainsKey__InverseMapTests() throws Exception {
157  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
158  testCase.testContainsKey();
159}
160
161public void testContainsValue__InverseMapTests() throws Exception {
162  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
163  testCase.testContainsValue();
164}
165
166public void testEntrySet__InverseMapTests() throws Exception {
167  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
168  testCase.testEntrySet();
169}
170
171public void testEntrySetAddAndAddAll__InverseMapTests() throws Exception {
172  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
173  testCase.testEntrySetAddAndAddAll();
174}
175
176public void testEntrySetClear__InverseMapTests() throws Exception {
177  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
178  testCase.testEntrySetClear();
179}
180
181public void testEntrySetContainsEntryIncompatibleKey__InverseMapTests() throws Exception {
182  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
183  testCase.testEntrySetContainsEntryIncompatibleKey();
184}
185
186public void testEntrySetContainsEntryNullKeyMissing__InverseMapTests() throws Exception {
187  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
188  testCase.testEntrySetContainsEntryNullKeyMissing();
189}
190
191public void testEntrySetContainsEntryNullKeyPresent__InverseMapTests() throws Exception {
192  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
193  testCase.testEntrySetContainsEntryNullKeyPresent();
194}
195
196public void testEntrySetForEmptyMap__InverseMapTests() throws Exception {
197  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
198  testCase.testEntrySetForEmptyMap();
199}
200
201public void testEntrySetIteratorRemove__InverseMapTests() throws Exception {
202  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
203  testCase.testEntrySetIteratorRemove();
204}
205
206public void testEntrySetRemove__InverseMapTests() throws Exception {
207  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
208  testCase.testEntrySetRemove();
209}
210
211public void testEntrySetRemoveAll__InverseMapTests() throws Exception {
212  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
213  testCase.testEntrySetRemoveAll();
214}
215
216public void testEntrySetRemoveAllNullFromEmpty__InverseMapTests() throws Exception {
217  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
218  testCase.testEntrySetRemoveAllNullFromEmpty();
219}
220
221public void testEntrySetRemoveDifferentValue__InverseMapTests() throws Exception {
222  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
223  testCase.testEntrySetRemoveDifferentValue();
224}
225
226public void testEntrySetRemoveMissingKey__InverseMapTests() throws Exception {
227  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
228  testCase.testEntrySetRemoveMissingKey();
229}
230
231public void testEntrySetRemoveNullKeyMissing__InverseMapTests() throws Exception {
232  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
233  testCase.testEntrySetRemoveNullKeyMissing();
234}
235
236public void testEntrySetRemoveNullKeyPresent__InverseMapTests() throws Exception {
237  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
238  testCase.testEntrySetRemoveNullKeyPresent();
239}
240
241public void testEntrySetRetainAll__InverseMapTests() throws Exception {
242  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
243  testCase.testEntrySetRetainAll();
244}
245
246public void testEntrySetRetainAllNullFromEmpty__InverseMapTests() throws Exception {
247  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
248  testCase.testEntrySetRetainAllNullFromEmpty();
249}
250
251public void testEntrySetSetValue__InverseMapTests() throws Exception {
252  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
253  testCase.testEntrySetSetValue();
254}
255
256public void testEntrySetSetValueSameValue__InverseMapTests() throws Exception {
257  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
258  testCase.testEntrySetSetValueSameValue();
259}
260
261public void testEqualsForEmptyMap__InverseMapTests() throws Exception {
262  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
263  testCase.testEqualsForEmptyMap();
264}
265
266public void testEqualsForEqualMap__InverseMapTests() throws Exception {
267  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
268  testCase.testEqualsForEqualMap();
269}
270
271public void testEqualsForLargerMap__InverseMapTests() throws Exception {
272  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
273  testCase.testEqualsForLargerMap();
274}
275
276public void testEqualsForSmallerMap__InverseMapTests() throws Exception {
277  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
278  testCase.testEqualsForSmallerMap();
279}
280
281public void testGet__InverseMapTests() throws Exception {
282  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
283  testCase.testGet();
284}
285
286public void testGetForEmptyMap__InverseMapTests() throws Exception {
287  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
288  testCase.testGetForEmptyMap();
289}
290
291public void testGetNull__InverseMapTests() throws Exception {
292  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
293  testCase.testGetNull();
294}
295
296public void testHashCode__InverseMapTests() throws Exception {
297  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
298  testCase.testHashCode();
299}
300
301public void testHashCodeForEmptyMap__InverseMapTests() throws Exception {
302  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
303  testCase.testHashCodeForEmptyMap();
304}
305
306public void testKeySetClear__InverseMapTests() throws Exception {
307  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
308  testCase.testKeySetClear();
309}
310
311public void testKeySetRemove__InverseMapTests() throws Exception {
312  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
313  testCase.testKeySetRemove();
314}
315
316public void testKeySetRemoveAll__InverseMapTests() throws Exception {
317  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
318  testCase.testKeySetRemoveAll();
319}
320
321public void testKeySetRemoveAllNullFromEmpty__InverseMapTests() throws Exception {
322  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
323  testCase.testKeySetRemoveAllNullFromEmpty();
324}
325
326public void testKeySetRetainAll__InverseMapTests() throws Exception {
327  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
328  testCase.testKeySetRetainAll();
329}
330
331public void testKeySetRetainAllNullFromEmpty__InverseMapTests() throws Exception {
332  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
333  testCase.testKeySetRetainAllNullFromEmpty();
334}
335
336public void testPutAllExistingKey__InverseMapTests() throws Exception {
337  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
338  testCase.testPutAllExistingKey();
339}
340
341public void testPutAllNewKey__InverseMapTests() throws Exception {
342  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
343  testCase.testPutAllNewKey();
344}
345
346public void testPutExistingKey__InverseMapTests() throws Exception {
347  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
348  testCase.testPutExistingKey();
349}
350
351public void testPutNewKey__InverseMapTests() throws Exception {
352  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
353  testCase.testPutNewKey();
354}
355
356public void testPutNullKey__InverseMapTests() throws Exception {
357  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
358  testCase.testPutNullKey();
359}
360
361public void testPutNullValue__InverseMapTests() throws Exception {
362  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
363  testCase.testPutNullValue();
364}
365
366public void testPutNullValueForExistingKey__InverseMapTests() throws Exception {
367  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
368  testCase.testPutNullValueForExistingKey();
369}
370
371public void testRemove__InverseMapTests() throws Exception {
372  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
373  testCase.testRemove();
374}
375
376public void testRemoveMissingKey__InverseMapTests() throws Exception {
377  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
378  testCase.testRemoveMissingKey();
379}
380
381public void testSize__InverseMapTests() throws Exception {
382  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
383  testCase.testSize();
384}
385
386public void testValues__InverseMapTests() throws Exception {
387  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
388  testCase.testValues();
389}
390
391public void testValuesClear__InverseMapTests() throws Exception {
392  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
393  testCase.testValuesClear();
394}
395
396public void testValuesIteratorRemove__InverseMapTests() throws Exception {
397  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
398  testCase.testValuesIteratorRemove();
399}
400
401public void testValuesRemove__InverseMapTests() throws Exception {
402  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
403  testCase.testValuesRemove();
404}
405
406public void testValuesRemoveAll__InverseMapTests() throws Exception {
407  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
408  testCase.testValuesRemoveAll();
409}
410
411public void testValuesRemoveAllNullFromEmpty__InverseMapTests() throws Exception {
412  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
413  testCase.testValuesRemoveAllNullFromEmpty();
414}
415
416public void testValuesRemoveMissing__InverseMapTests() throws Exception {
417  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
418  testCase.testValuesRemoveMissing();
419}
420
421public void testValuesRetainAll__InverseMapTests() throws Exception {
422  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
423  testCase.testValuesRetainAll();
424}
425
426public void testValuesRetainAllNullFromEmpty__InverseMapTests() throws Exception {
427  com.google.common.collect.ImmutableBiMapTest.InverseMapTests testCase = new com.google.common.collect.ImmutableBiMapTest.InverseMapTests();
428  testCase.testValuesRetainAllNullFromEmpty();
429}
430
431public void testClear__MapTests() throws Exception {
432  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
433  testCase.testClear();
434}
435
436public void testContainsKey__MapTests() throws Exception {
437  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
438  testCase.testContainsKey();
439}
440
441public void testContainsValue__MapTests() throws Exception {
442  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
443  testCase.testContainsValue();
444}
445
446public void testEntrySet__MapTests() throws Exception {
447  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
448  testCase.testEntrySet();
449}
450
451public void testEntrySetAddAndAddAll__MapTests() throws Exception {
452  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
453  testCase.testEntrySetAddAndAddAll();
454}
455
456public void testEntrySetClear__MapTests() throws Exception {
457  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
458  testCase.testEntrySetClear();
459}
460
461public void testEntrySetContainsEntryIncompatibleKey__MapTests() throws Exception {
462  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
463  testCase.testEntrySetContainsEntryIncompatibleKey();
464}
465
466public void testEntrySetContainsEntryNullKeyMissing__MapTests() throws Exception {
467  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
468  testCase.testEntrySetContainsEntryNullKeyMissing();
469}
470
471public void testEntrySetContainsEntryNullKeyPresent__MapTests() throws Exception {
472  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
473  testCase.testEntrySetContainsEntryNullKeyPresent();
474}
475
476public void testEntrySetForEmptyMap__MapTests() throws Exception {
477  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
478  testCase.testEntrySetForEmptyMap();
479}
480
481public void testEntrySetIteratorRemove__MapTests() throws Exception {
482  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
483  testCase.testEntrySetIteratorRemove();
484}
485
486public void testEntrySetRemove__MapTests() throws Exception {
487  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
488  testCase.testEntrySetRemove();
489}
490
491public void testEntrySetRemoveAll__MapTests() throws Exception {
492  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
493  testCase.testEntrySetRemoveAll();
494}
495
496public void testEntrySetRemoveAllNullFromEmpty__MapTests() throws Exception {
497  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
498  testCase.testEntrySetRemoveAllNullFromEmpty();
499}
500
501public void testEntrySetRemoveDifferentValue__MapTests() throws Exception {
502  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
503  testCase.testEntrySetRemoveDifferentValue();
504}
505
506public void testEntrySetRemoveMissingKey__MapTests() throws Exception {
507  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
508  testCase.testEntrySetRemoveMissingKey();
509}
510
511public void testEntrySetRemoveNullKeyMissing__MapTests() throws Exception {
512  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
513  testCase.testEntrySetRemoveNullKeyMissing();
514}
515
516public void testEntrySetRemoveNullKeyPresent__MapTests() throws Exception {
517  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
518  testCase.testEntrySetRemoveNullKeyPresent();
519}
520
521public void testEntrySetRetainAll__MapTests() throws Exception {
522  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
523  testCase.testEntrySetRetainAll();
524}
525
526public void testEntrySetRetainAllNullFromEmpty__MapTests() throws Exception {
527  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
528  testCase.testEntrySetRetainAllNullFromEmpty();
529}
530
531public void testEntrySetSetValue__MapTests() throws Exception {
532  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
533  testCase.testEntrySetSetValue();
534}
535
536public void testEntrySetSetValueSameValue__MapTests() throws Exception {
537  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
538  testCase.testEntrySetSetValueSameValue();
539}
540
541public void testEqualsForEmptyMap__MapTests() throws Exception {
542  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
543  testCase.testEqualsForEmptyMap();
544}
545
546public void testEqualsForEqualMap__MapTests() throws Exception {
547  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
548  testCase.testEqualsForEqualMap();
549}
550
551public void testEqualsForLargerMap__MapTests() throws Exception {
552  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
553  testCase.testEqualsForLargerMap();
554}
555
556public void testEqualsForSmallerMap__MapTests() throws Exception {
557  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
558  testCase.testEqualsForSmallerMap();
559}
560
561public void testGet__MapTests() throws Exception {
562  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
563  testCase.testGet();
564}
565
566public void testGetForEmptyMap__MapTests() throws Exception {
567  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
568  testCase.testGetForEmptyMap();
569}
570
571public void testGetNull__MapTests() throws Exception {
572  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
573  testCase.testGetNull();
574}
575
576public void testHashCode__MapTests() throws Exception {
577  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
578  testCase.testHashCode();
579}
580
581public void testHashCodeForEmptyMap__MapTests() throws Exception {
582  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
583  testCase.testHashCodeForEmptyMap();
584}
585
586public void testKeySetClear__MapTests() throws Exception {
587  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
588  testCase.testKeySetClear();
589}
590
591public void testKeySetRemove__MapTests() throws Exception {
592  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
593  testCase.testKeySetRemove();
594}
595
596public void testKeySetRemoveAll__MapTests() throws Exception {
597  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
598  testCase.testKeySetRemoveAll();
599}
600
601public void testKeySetRemoveAllNullFromEmpty__MapTests() throws Exception {
602  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
603  testCase.testKeySetRemoveAllNullFromEmpty();
604}
605
606public void testKeySetRetainAll__MapTests() throws Exception {
607  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
608  testCase.testKeySetRetainAll();
609}
610
611public void testKeySetRetainAllNullFromEmpty__MapTests() throws Exception {
612  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
613  testCase.testKeySetRetainAllNullFromEmpty();
614}
615
616public void testPutAllExistingKey__MapTests() throws Exception {
617  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
618  testCase.testPutAllExistingKey();
619}
620
621public void testPutAllNewKey__MapTests() throws Exception {
622  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
623  testCase.testPutAllNewKey();
624}
625
626public void testPutExistingKey__MapTests() throws Exception {
627  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
628  testCase.testPutExistingKey();
629}
630
631public void testPutNewKey__MapTests() throws Exception {
632  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
633  testCase.testPutNewKey();
634}
635
636public void testPutNullKey__MapTests() throws Exception {
637  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
638  testCase.testPutNullKey();
639}
640
641public void testPutNullValue__MapTests() throws Exception {
642  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
643  testCase.testPutNullValue();
644}
645
646public void testPutNullValueForExistingKey__MapTests() throws Exception {
647  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
648  testCase.testPutNullValueForExistingKey();
649}
650
651public void testRemove__MapTests() throws Exception {
652  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
653  testCase.testRemove();
654}
655
656public void testRemoveMissingKey__MapTests() throws Exception {
657  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
658  testCase.testRemoveMissingKey();
659}
660
661public void testSize__MapTests() throws Exception {
662  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
663  testCase.testSize();
664}
665
666public void testValues__MapTests() throws Exception {
667  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
668  testCase.testValues();
669}
670
671public void testValuesClear__MapTests() throws Exception {
672  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
673  testCase.testValuesClear();
674}
675
676public void testValuesIteratorRemove__MapTests() throws Exception {
677  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
678  testCase.testValuesIteratorRemove();
679}
680
681public void testValuesRemove__MapTests() throws Exception {
682  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
683  testCase.testValuesRemove();
684}
685
686public void testValuesRemoveAll__MapTests() throws Exception {
687  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
688  testCase.testValuesRemoveAll();
689}
690
691public void testValuesRemoveAllNullFromEmpty__MapTests() throws Exception {
692  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
693  testCase.testValuesRemoveAllNullFromEmpty();
694}
695
696public void testValuesRemoveMissing__MapTests() throws Exception {
697  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
698  testCase.testValuesRemoveMissing();
699}
700
701public void testValuesRetainAll__MapTests() throws Exception {
702  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
703  testCase.testValuesRetainAll();
704}
705
706public void testValuesRetainAllNullFromEmpty__MapTests() throws Exception {
707  com.google.common.collect.ImmutableBiMapTest.MapTests testCase = new com.google.common.collect.ImmutableBiMapTest.MapTests();
708  testCase.testValuesRetainAllNullFromEmpty();
709}
710}
711