10888a09821a98ac0680fad765217302858e70fa4Paul Duffin/*
20888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Copyright (C) 2008 The Guava Authors
30888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
40888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Licensed under the Apache License, Version 2.0 (the "License");
50888a09821a98ac0680fad765217302858e70fa4Paul Duffin * you may not use this file except in compliance with the License.
60888a09821a98ac0680fad765217302858e70fa4Paul Duffin * You may obtain a copy of the License at
70888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
80888a09821a98ac0680fad765217302858e70fa4Paul Duffin * http://www.apache.org/licenses/LICENSE-2.0
90888a09821a98ac0680fad765217302858e70fa4Paul Duffin *
100888a09821a98ac0680fad765217302858e70fa4Paul Duffin * Unless required by applicable law or agreed to in writing, software
110888a09821a98ac0680fad765217302858e70fa4Paul Duffin * distributed under the License is distributed on an "AS IS" BASIS,
120888a09821a98ac0680fad765217302858e70fa4Paul Duffin * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
130888a09821a98ac0680fad765217302858e70fa4Paul Duffin * See the License for the specific language governing permissions and
140888a09821a98ac0680fad765217302858e70fa4Paul Duffin * limitations under the License.
150888a09821a98ac0680fad765217302858e70fa4Paul Duffin */
160888a09821a98ac0680fad765217302858e70fa4Paul Duffinpackage com.google.common.collect;
170888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic class ImmutableSetMultimapAsMapImplementsMapTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
180888a09821a98ac0680fad765217302858e70fa4Paul Duffin@Override public String getModuleName() {
190888a09821a98ac0680fad765217302858e70fa4Paul Duffin  return "com.google.common.collect.testModule";
200888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
210888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testClear() throws Exception {
220888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
230888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testClear();
240888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
250888a09821a98ac0680fad765217302858e70fa4Paul Duffin
260888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testContainsKey() throws Exception {
270888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
280888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testContainsKey();
290888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
300888a09821a98ac0680fad765217302858e70fa4Paul Duffin
310888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testContainsValue() throws Exception {
320888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
330888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testContainsValue();
340888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
350888a09821a98ac0680fad765217302858e70fa4Paul Duffin
360888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySet() throws Exception {
370888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
380888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySet();
390888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
400888a09821a98ac0680fad765217302858e70fa4Paul Duffin
410888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetAddAndAddAll() throws Exception {
420888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
430888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetAddAndAddAll();
440888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
450888a09821a98ac0680fad765217302858e70fa4Paul Duffin
460888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetClear() throws Exception {
470888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
480888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetClear();
490888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
500888a09821a98ac0680fad765217302858e70fa4Paul Duffin
510888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetContainsEntryIncompatibleKey() throws Exception {
520888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
530888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetContainsEntryIncompatibleKey();
540888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
550888a09821a98ac0680fad765217302858e70fa4Paul Duffin
560888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetContainsEntryNullKeyMissing() throws Exception {
570888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
580888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetContainsEntryNullKeyMissing();
590888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
600888a09821a98ac0680fad765217302858e70fa4Paul Duffin
610888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetContainsEntryNullKeyPresent() throws Exception {
620888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
630888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetContainsEntryNullKeyPresent();
640888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
650888a09821a98ac0680fad765217302858e70fa4Paul Duffin
660888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetForEmptyMap() throws Exception {
670888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
680888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetForEmptyMap();
690888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
700888a09821a98ac0680fad765217302858e70fa4Paul Duffin
710888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetIteratorRemove() throws Exception {
720888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
730888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetIteratorRemove();
740888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
750888a09821a98ac0680fad765217302858e70fa4Paul Duffin
760888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemove() throws Exception {
770888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
780888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemove();
790888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
800888a09821a98ac0680fad765217302858e70fa4Paul Duffin
810888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveAll() throws Exception {
820888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
830888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveAll();
840888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
850888a09821a98ac0680fad765217302858e70fa4Paul Duffin
860888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveAllNullFromEmpty() throws Exception {
870888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
880888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveAllNullFromEmpty();
890888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
900888a09821a98ac0680fad765217302858e70fa4Paul Duffin
910888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveDifferentValue() throws Exception {
920888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
930888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveDifferentValue();
940888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
950888a09821a98ac0680fad765217302858e70fa4Paul Duffin
960888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveMissingKey() throws Exception {
970888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
980888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveMissingKey();
990888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1000888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1010888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveNullKeyMissing() throws Exception {
1020888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1030888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveNullKeyMissing();
1040888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1050888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1060888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRemoveNullKeyPresent() throws Exception {
1070888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1080888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRemoveNullKeyPresent();
1090888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1100888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1110888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRetainAll() throws Exception {
1120888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1130888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRetainAll();
1140888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1150888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1160888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetRetainAllNullFromEmpty() throws Exception {
1170888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1180888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetRetainAllNullFromEmpty();
1190888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1200888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1210888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetSetValue() throws Exception {
1220888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1230888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetSetValue();
1240888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1250888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1260888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEntrySetSetValueSameValue() throws Exception {
1270888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1280888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEntrySetSetValueSameValue();
1290888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1300888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1310888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEqualsForEmptyMap() throws Exception {
1320888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1330888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEqualsForEmptyMap();
1340888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1350888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1360888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEqualsForEqualMap() throws Exception {
1370888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1380888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEqualsForEqualMap();
1390888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1400888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1410888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEqualsForLargerMap() throws Exception {
1420888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1430888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEqualsForLargerMap();
1440888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1450888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1460888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testEqualsForSmallerMap() throws Exception {
1470888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1480888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testEqualsForSmallerMap();
1490888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1500888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1510888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testGet() throws Exception {
1520888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1530888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testGet();
1540888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1550888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1560888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testGetForEmptyMap() throws Exception {
1570888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1580888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testGetForEmptyMap();
1590888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1600888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1610888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testGetNull() throws Exception {
1620888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1630888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testGetNull();
1640888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1650888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1660888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testHashCode() throws Exception {
1670888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1680888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testHashCode();
1690888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1700888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1710888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testHashCodeForEmptyMap() throws Exception {
1720888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1730888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testHashCodeForEmptyMap();
1740888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1750888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1760888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetClear() throws Exception {
1770888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1780888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetClear();
1790888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1800888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1810888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetRemove() throws Exception {
1820888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1830888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetRemove();
1840888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1850888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1860888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetRemoveAll() throws Exception {
1870888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1880888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetRemoveAll();
1890888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1900888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1910888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetRemoveAllNullFromEmpty() throws Exception {
1920888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1930888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetRemoveAllNullFromEmpty();
1940888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
1950888a09821a98ac0680fad765217302858e70fa4Paul Duffin
1960888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetRetainAll() throws Exception {
1970888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
1980888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetRetainAll();
1990888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2000888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2010888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testKeySetRetainAllNullFromEmpty() throws Exception {
2020888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2030888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testKeySetRetainAllNullFromEmpty();
2040888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2050888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2060888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutAllExistingKey() throws Exception {
2070888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2080888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutAllExistingKey();
2090888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2100888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2110888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutAllNewKey() throws Exception {
2120888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2130888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutAllNewKey();
2140888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2150888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2160888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutExistingKey() throws Exception {
2170888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2180888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutExistingKey();
2190888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2200888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2210888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutNewKey() throws Exception {
2220888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2230888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutNewKey();
2240888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2250888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2260888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutNullKey() throws Exception {
2270888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2280888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutNullKey();
2290888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2300888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2310888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutNullValue() throws Exception {
2320888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2330888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutNullValue();
2340888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2350888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2360888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testPutNullValueForExistingKey() throws Exception {
2370888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2380888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testPutNullValueForExistingKey();
2390888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2400888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2410888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testRemove() throws Exception {
2420888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2430888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testRemove();
2440888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2450888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2460888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testRemoveMissingKey() throws Exception {
2470888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2480888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testRemoveMissingKey();
2490888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2500888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2510888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testSize() throws Exception {
2520888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2530888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testSize();
2540888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2550888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2560888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValues() throws Exception {
2570888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2580888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValues();
2590888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2600888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2610888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesClear() throws Exception {
2620888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2630888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesClear();
2640888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2650888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2660888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesIteratorRemove() throws Exception {
2670888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2680888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesIteratorRemove();
2690888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2700888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2710888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRemove() throws Exception {
2720888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2730888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRemove();
2740888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2750888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2760888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRemoveAll() throws Exception {
2770888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2780888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRemoveAll();
2790888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2800888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2810888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRemoveAllNullFromEmpty() throws Exception {
2820888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2830888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRemoveAllNullFromEmpty();
2840888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2850888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2860888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRemoveMissing() throws Exception {
2870888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2880888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRemoveMissing();
2890888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2900888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2910888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRetainAll() throws Exception {
2920888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2930888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRetainAll();
2940888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
2950888a09821a98ac0680fad765217302858e70fa4Paul Duffin
2960888a09821a98ac0680fad765217302858e70fa4Paul Duffinpublic void testValuesRetainAllNullFromEmpty() throws Exception {
2970888a09821a98ac0680fad765217302858e70fa4Paul Duffin  com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableSetMultimapAsMapImplementsMapTest();
2980888a09821a98ac0680fad765217302858e70fa4Paul Duffin  testCase.testValuesRetainAllNullFromEmpty();
2990888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
3000888a09821a98ac0680fad765217302858e70fa4Paul Duffin}
301