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 MultimapsTest_gwt extends com.google.gwt.junit.client.GWTTestCase { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.collect.testModule"; 20 } testAsMap_listMultimap()21public void testAsMap_listMultimap() throws Exception { 22 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 23 testCase.testAsMap_listMultimap(); 24 } 25 testAsMap_multimap()26public void testAsMap_multimap() throws Exception { 27 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 28 testCase.testAsMap_multimap(); 29 } 30 testAsMap_setMultimap()31public void testAsMap_setMultimap() throws Exception { 32 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 33 testCase.testAsMap_setMultimap(); 34 } 35 testAsMap_sortedSetMultimap()36public void testAsMap_sortedSetMultimap() throws Exception { 37 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 38 testCase.testAsMap_sortedSetMultimap(); 39 } 40 testFilteredKeysListMultimapGetBadValue()41public void testFilteredKeysListMultimapGetBadValue() throws Exception { 42 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 43 testCase.testFilteredKeysListMultimapGetBadValue(); 44 } 45 testFilteredKeysSetMultimapGetBadValue()46public void testFilteredKeysSetMultimapGetBadValue() throws Exception { 47 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 48 testCase.testFilteredKeysSetMultimapGetBadValue(); 49 } 50 testFilteredKeysSetMultimapReplaceValues()51public void testFilteredKeysSetMultimapReplaceValues() throws Exception { 52 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 53 testCase.testFilteredKeysSetMultimapReplaceValues(); 54 } 55 testForMap()56public void testForMap() throws Exception { 57 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 58 testCase.testForMap(); 59 } 60 testForMapAsMap()61public void testForMapAsMap() throws Exception { 62 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 63 testCase.testForMapAsMap(); 64 } 65 testForMapGetIteration()66public void testForMapGetIteration() throws Exception { 67 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 68 testCase.testForMapGetIteration(); 69 } 70 testForMapRemoveAll()71public void testForMapRemoveAll() throws Exception { 72 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 73 testCase.testForMapRemoveAll(); 74 } 75 testIndex()76public void testIndex() throws Exception { 77 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 78 testCase.testIndex(); 79 } 80 testIndexIterator()81public void testIndexIterator() throws Exception { 82 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 83 testCase.testIndexIterator(); 84 } 85 testIndex_nullKey()86public void testIndex_nullKey() throws Exception { 87 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 88 testCase.testIndex_nullKey(); 89 } 90 testIndex_nullValue()91public void testIndex_nullValue() throws Exception { 92 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 93 testCase.testIndex_nullValue(); 94 } 95 testIndex_ordering()96public void testIndex_ordering() throws Exception { 97 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 98 testCase.testIndex_ordering(); 99 } 100 testInvertFrom()101public void testInvertFrom() throws Exception { 102 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 103 testCase.testInvertFrom(); 104 } 105 testNewListMultimap()106public void testNewListMultimap() throws Exception { 107 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 108 testCase.testNewListMultimap(); 109 } 110 testNewMultimap()111public void testNewMultimap() throws Exception { 112 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 113 testCase.testNewMultimap(); 114 } 115 testNewMultimapWithCollectionRejectingNegativeElements()116public void testNewMultimapWithCollectionRejectingNegativeElements() throws Exception { 117 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 118 testCase.testNewMultimapWithCollectionRejectingNegativeElements(); 119 } 120 testNewSetMultimap()121public void testNewSetMultimap() throws Exception { 122 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 123 testCase.testNewSetMultimap(); 124 } 125 testNewSortedSetMultimap()126public void testNewSortedSetMultimap() throws Exception { 127 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 128 testCase.testNewSortedSetMultimap(); 129 } 130 testSynchronizedMultimapSampleCodeCompilation()131public void testSynchronizedMultimapSampleCodeCompilation() throws Exception { 132 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 133 testCase.testSynchronizedMultimapSampleCodeCompilation(); 134 } 135 testUnmodifiableArrayListMultimapRandomAccess()136public void testUnmodifiableArrayListMultimapRandomAccess() throws Exception { 137 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 138 testCase.testUnmodifiableArrayListMultimapRandomAccess(); 139 } 140 testUnmodifiableLinkedListMultimapRandomAccess()141public void testUnmodifiableLinkedListMultimapRandomAccess() throws Exception { 142 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 143 testCase.testUnmodifiableLinkedListMultimapRandomAccess(); 144 } 145 testUnmodifiableListMultimapShortCircuit()146public void testUnmodifiableListMultimapShortCircuit() throws Exception { 147 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 148 testCase.testUnmodifiableListMultimapShortCircuit(); 149 } 150 testUnmodifiableMultimapEntries()151public void testUnmodifiableMultimapEntries() throws Exception { 152 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 153 testCase.testUnmodifiableMultimapEntries(); 154 } 155 testUnmodifiableMultimapIsView()156public void testUnmodifiableMultimapIsView() throws Exception { 157 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 158 testCase.testUnmodifiableMultimapIsView(); 159 } 160 testUnmodifiableMultimapShortCircuit()161public void testUnmodifiableMultimapShortCircuit() throws Exception { 162 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 163 testCase.testUnmodifiableMultimapShortCircuit(); 164 } 165 testUnmodifiableSetMultimapShortCircuit()166public void testUnmodifiableSetMultimapShortCircuit() throws Exception { 167 com.google.common.collect.MultimapsTest testCase = new com.google.common.collect.MultimapsTest(); 168 testCase.testUnmodifiableSetMultimapShortCircuit(); 169 } 170 } 171