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 ConstrainedMultimapAsMapImplementsMapTest_gwt extends com.google.gwt.junit.client.GWTTestCase { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.collect.testModule"; 20 } testClear()21public void testClear() throws Exception { 22 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 23 testCase.testClear(); 24 } 25 testContainsKey()26public void testContainsKey() throws Exception { 27 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 28 testCase.testContainsKey(); 29 } 30 testContainsValue()31public void testContainsValue() throws Exception { 32 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 33 testCase.testContainsValue(); 34 } 35 testEntrySet()36public void testEntrySet() throws Exception { 37 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 38 testCase.testEntrySet(); 39 } 40 testEntrySetAddAndAddAll()41public void testEntrySetAddAndAddAll() throws Exception { 42 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 43 testCase.testEntrySetAddAndAddAll(); 44 } 45 testEntrySetClear()46public void testEntrySetClear() throws Exception { 47 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 48 testCase.testEntrySetClear(); 49 } 50 testEntrySetContainsEntryIncompatibleKey()51public void testEntrySetContainsEntryIncompatibleKey() throws Exception { 52 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 53 testCase.testEntrySetContainsEntryIncompatibleKey(); 54 } 55 testEntrySetContainsEntryNullKeyMissing()56public void testEntrySetContainsEntryNullKeyMissing() throws Exception { 57 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 58 testCase.testEntrySetContainsEntryNullKeyMissing(); 59 } 60 testEntrySetContainsEntryNullKeyPresent()61public void testEntrySetContainsEntryNullKeyPresent() throws Exception { 62 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 63 testCase.testEntrySetContainsEntryNullKeyPresent(); 64 } 65 testEntrySetForEmptyMap()66public void testEntrySetForEmptyMap() throws Exception { 67 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 68 testCase.testEntrySetForEmptyMap(); 69 } 70 testEntrySetIteratorRemove()71public void testEntrySetIteratorRemove() throws Exception { 72 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 73 testCase.testEntrySetIteratorRemove(); 74 } 75 testEntrySetRemove()76public void testEntrySetRemove() throws Exception { 77 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 78 testCase.testEntrySetRemove(); 79 } 80 testEntrySetRemoveAll()81public void testEntrySetRemoveAll() throws Exception { 82 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 83 testCase.testEntrySetRemoveAll(); 84 } 85 testEntrySetRemoveAllNullFromEmpty()86public void testEntrySetRemoveAllNullFromEmpty() throws Exception { 87 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 88 testCase.testEntrySetRemoveAllNullFromEmpty(); 89 } 90 testEntrySetRemoveDifferentValue()91public void testEntrySetRemoveDifferentValue() throws Exception { 92 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 93 testCase.testEntrySetRemoveDifferentValue(); 94 } 95 testEntrySetRemoveMissingKey()96public void testEntrySetRemoveMissingKey() throws Exception { 97 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 98 testCase.testEntrySetRemoveMissingKey(); 99 } 100 testEntrySetRemoveNullKeyMissing()101public void testEntrySetRemoveNullKeyMissing() throws Exception { 102 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 103 testCase.testEntrySetRemoveNullKeyMissing(); 104 } 105 testEntrySetRemoveNullKeyPresent()106public void testEntrySetRemoveNullKeyPresent() throws Exception { 107 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 108 testCase.testEntrySetRemoveNullKeyPresent(); 109 } 110 testEntrySetRetainAll()111public void testEntrySetRetainAll() throws Exception { 112 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 113 testCase.testEntrySetRetainAll(); 114 } 115 testEntrySetRetainAllNullFromEmpty()116public void testEntrySetRetainAllNullFromEmpty() throws Exception { 117 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 118 testCase.testEntrySetRetainAllNullFromEmpty(); 119 } 120 testEntrySetSetValue()121public void testEntrySetSetValue() throws Exception { 122 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 123 testCase.testEntrySetSetValue(); 124 } 125 testEntrySetSetValueSameValue()126public void testEntrySetSetValueSameValue() throws Exception { 127 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 128 testCase.testEntrySetSetValueSameValue(); 129 } 130 testEqualsForEmptyMap()131public void testEqualsForEmptyMap() throws Exception { 132 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 133 testCase.testEqualsForEmptyMap(); 134 } 135 testEqualsForEqualMap()136public void testEqualsForEqualMap() throws Exception { 137 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 138 testCase.testEqualsForEqualMap(); 139 } 140 testEqualsForLargerMap()141public void testEqualsForLargerMap() throws Exception { 142 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 143 testCase.testEqualsForLargerMap(); 144 } 145 testEqualsForSmallerMap()146public void testEqualsForSmallerMap() throws Exception { 147 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 148 testCase.testEqualsForSmallerMap(); 149 } 150 testGet()151public void testGet() throws Exception { 152 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 153 testCase.testGet(); 154 } 155 testGetForEmptyMap()156public void testGetForEmptyMap() throws Exception { 157 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 158 testCase.testGetForEmptyMap(); 159 } 160 testGetNull()161public void testGetNull() throws Exception { 162 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 163 testCase.testGetNull(); 164 } 165 testHashCode()166public void testHashCode() throws Exception { 167 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 168 testCase.testHashCode(); 169 } 170 testHashCodeForEmptyMap()171public void testHashCodeForEmptyMap() throws Exception { 172 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 173 testCase.testHashCodeForEmptyMap(); 174 } 175 testKeySetClear()176public void testKeySetClear() throws Exception { 177 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 178 testCase.testKeySetClear(); 179 } 180 testKeySetRemove()181public void testKeySetRemove() throws Exception { 182 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 183 testCase.testKeySetRemove(); 184 } 185 testKeySetRemoveAll()186public void testKeySetRemoveAll() throws Exception { 187 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 188 testCase.testKeySetRemoveAll(); 189 } 190 testKeySetRemoveAllNullFromEmpty()191public void testKeySetRemoveAllNullFromEmpty() throws Exception { 192 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 193 testCase.testKeySetRemoveAllNullFromEmpty(); 194 } 195 testKeySetRetainAll()196public void testKeySetRetainAll() throws Exception { 197 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 198 testCase.testKeySetRetainAll(); 199 } 200 testKeySetRetainAllNullFromEmpty()201public void testKeySetRetainAllNullFromEmpty() throws Exception { 202 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 203 testCase.testKeySetRetainAllNullFromEmpty(); 204 } 205 testPutAllExistingKey()206public void testPutAllExistingKey() throws Exception { 207 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 208 testCase.testPutAllExistingKey(); 209 } 210 testPutAllNewKey()211public void testPutAllNewKey() throws Exception { 212 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 213 testCase.testPutAllNewKey(); 214 } 215 testPutExistingKey()216public void testPutExistingKey() throws Exception { 217 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 218 testCase.testPutExistingKey(); 219 } 220 testPutNewKey()221public void testPutNewKey() throws Exception { 222 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 223 testCase.testPutNewKey(); 224 } 225 testPutNullKey()226public void testPutNullKey() throws Exception { 227 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 228 testCase.testPutNullKey(); 229 } 230 testPutNullValue()231public void testPutNullValue() throws Exception { 232 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 233 testCase.testPutNullValue(); 234 } 235 testPutNullValueForExistingKey()236public void testPutNullValueForExistingKey() throws Exception { 237 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 238 testCase.testPutNullValueForExistingKey(); 239 } 240 testRemove()241public void testRemove() throws Exception { 242 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 243 testCase.testRemove(); 244 } 245 testRemoveMissingKey()246public void testRemoveMissingKey() throws Exception { 247 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 248 testCase.testRemoveMissingKey(); 249 } 250 testSize()251public void testSize() throws Exception { 252 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 253 testCase.testSize(); 254 } 255 testValues()256public void testValues() throws Exception { 257 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 258 testCase.testValues(); 259 } 260 testValuesClear()261public void testValuesClear() throws Exception { 262 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 263 testCase.testValuesClear(); 264 } 265 testValuesIteratorRemove()266public void testValuesIteratorRemove() throws Exception { 267 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 268 testCase.testValuesIteratorRemove(); 269 } 270 testValuesRemove()271public void testValuesRemove() throws Exception { 272 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 273 testCase.testValuesRemove(); 274 } 275 testValuesRemoveAll()276public void testValuesRemoveAll() throws Exception { 277 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 278 testCase.testValuesRemoveAll(); 279 } 280 testValuesRemoveAllNullFromEmpty()281public void testValuesRemoveAllNullFromEmpty() throws Exception { 282 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 283 testCase.testValuesRemoveAllNullFromEmpty(); 284 } 285 testValuesRemoveMissing()286public void testValuesRemoveMissing() throws Exception { 287 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 288 testCase.testValuesRemoveMissing(); 289 } 290 testValuesRetainAll()291public void testValuesRetainAll() throws Exception { 292 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 293 testCase.testValuesRetainAll(); 294 } 295 testValuesRetainAllNullFromEmpty()296public void testValuesRetainAllNullFromEmpty() throws Exception { 297 com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ConstrainedMultimapAsMapImplementsMapTest(); 298 testCase.testValuesRetainAllNullFromEmpty(); 299 } 300 } 301