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