• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 ImmutableMultisetTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testAsList()21 public void testAsList() throws Exception {
22   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
23   testCase.testAsList();
24 }
25 
testBuilderAdd()26 public void testBuilderAdd() throws Exception {
27   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
28   testCase.testBuilderAdd();
29 }
30 
testBuilderAddAll()31 public void testBuilderAddAll() throws Exception {
32   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
33   testCase.testBuilderAddAll();
34 }
35 
testBuilderAddAllHandlesNullsCorrectly()36 public void testBuilderAddAllHandlesNullsCorrectly() throws Exception {
37   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
38   testCase.testBuilderAddAllHandlesNullsCorrectly();
39 }
40 
testBuilderAddAllHashMultiset()41 public void testBuilderAddAllHashMultiset() throws Exception {
42   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
43   testCase.testBuilderAddAllHashMultiset();
44 }
45 
testBuilderAddAllImmutableMultiset()46 public void testBuilderAddAllImmutableMultiset() throws Exception {
47   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
48   testCase.testBuilderAddAllImmutableMultiset();
49 }
50 
testBuilderAddAllIterator()51 public void testBuilderAddAllIterator() throws Exception {
52   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
53   testCase.testBuilderAddAllIterator();
54 }
55 
testBuilderAddAllTreeMultiset()56 public void testBuilderAddAllTreeMultiset() throws Exception {
57   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
58   testCase.testBuilderAddAllTreeMultiset();
59 }
60 
testBuilderAddCopies()61 public void testBuilderAddCopies() throws Exception {
62   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
63   testCase.testBuilderAddCopies();
64 }
65 
testBuilderAddCopiesHandlesNullsCorrectly()66 public void testBuilderAddCopiesHandlesNullsCorrectly() throws Exception {
67   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
68   testCase.testBuilderAddCopiesHandlesNullsCorrectly();
69 }
70 
testBuilderAddCopiesIllegal()71 public void testBuilderAddCopiesIllegal() throws Exception {
72   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
73   testCase.testBuilderAddCopiesIllegal();
74 }
75 
testBuilderAddHandlesNullsCorrectly()76 public void testBuilderAddHandlesNullsCorrectly() throws Exception {
77   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
78   testCase.testBuilderAddHandlesNullsCorrectly();
79 }
80 
testBuilderSetCount()81 public void testBuilderSetCount() throws Exception {
82   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
83   testCase.testBuilderSetCount();
84 }
85 
testBuilderSetCountHandlesNullsCorrectly()86 public void testBuilderSetCountHandlesNullsCorrectly() throws Exception {
87   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
88   testCase.testBuilderSetCountHandlesNullsCorrectly();
89 }
90 
testBuilderSetCountIllegal()91 public void testBuilderSetCountIllegal() throws Exception {
92   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
93   testCase.testBuilderSetCountIllegal();
94 }
95 
testCopyOf_collectionContainingNull()96 public void testCopyOf_collectionContainingNull() throws Exception {
97   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
98   testCase.testCopyOf_collectionContainingNull();
99 }
100 
testCopyOf_collection_empty()101 public void testCopyOf_collection_empty() throws Exception {
102   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
103   testCase.testCopyOf_collection_empty();
104 }
105 
testCopyOf_collection_general()106 public void testCopyOf_collection_general() throws Exception {
107   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
108   testCase.testCopyOf_collection_general();
109 }
110 
testCopyOf_collection_oneElement()111 public void testCopyOf_collection_oneElement() throws Exception {
112   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
113   testCase.testCopyOf_collection_oneElement();
114 }
115 
testCopyOf_hashMultiset()116 public void testCopyOf_hashMultiset() throws Exception {
117   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
118   testCase.testCopyOf_hashMultiset();
119 }
120 
testCopyOf_iteratorContainingNull()121 public void testCopyOf_iteratorContainingNull() throws Exception {
122   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
123   testCase.testCopyOf_iteratorContainingNull();
124 }
125 
testCopyOf_iterator_empty()126 public void testCopyOf_iterator_empty() throws Exception {
127   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
128   testCase.testCopyOf_iterator_empty();
129 }
130 
testCopyOf_iterator_general()131 public void testCopyOf_iterator_general() throws Exception {
132   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
133   testCase.testCopyOf_iterator_general();
134 }
135 
testCopyOf_iterator_oneElement()136 public void testCopyOf_iterator_oneElement() throws Exception {
137   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
138   testCase.testCopyOf_iterator_oneElement();
139 }
140 
testCopyOf_multisetContainingNull()141 public void testCopyOf_multisetContainingNull() throws Exception {
142   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
143   testCase.testCopyOf_multisetContainingNull();
144 }
145 
testCopyOf_multiset_empty()146 public void testCopyOf_multiset_empty() throws Exception {
147   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
148   testCase.testCopyOf_multiset_empty();
149 }
150 
testCopyOf_multiset_general()151 public void testCopyOf_multiset_general() throws Exception {
152   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
153   testCase.testCopyOf_multiset_general();
154 }
155 
testCopyOf_multiset_oneElement()156 public void testCopyOf_multiset_oneElement() throws Exception {
157   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
158   testCase.testCopyOf_multiset_oneElement();
159 }
160 
testCopyOf_plainIterable()161 public void testCopyOf_plainIterable() throws Exception {
162   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
163   testCase.testCopyOf_plainIterable();
164 }
165 
testCopyOf_shortcut_empty()166 public void testCopyOf_shortcut_empty() throws Exception {
167   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
168   testCase.testCopyOf_shortcut_empty();
169 }
170 
testCopyOf_shortcut_immutableMultiset()171 public void testCopyOf_shortcut_immutableMultiset() throws Exception {
172   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
173   testCase.testCopyOf_shortcut_immutableMultiset();
174 }
175 
testCopyOf_shortcut_singleton()176 public void testCopyOf_shortcut_singleton() throws Exception {
177   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
178   testCase.testCopyOf_shortcut_singleton();
179 }
180 
testCopyOf_treeMultiset()181 public void testCopyOf_treeMultiset() throws Exception {
182   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
183   testCase.testCopyOf_treeMultiset();
184 }
185 
testCreation_arrayContainingOnlyNull()186 public void testCreation_arrayContainingOnlyNull() throws Exception {
187   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
188   testCase.testCreation_arrayContainingOnlyNull();
189 }
190 
testCreation_arrayOfArray()191 public void testCreation_arrayOfArray() throws Exception {
192   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
193   testCase.testCreation_arrayOfArray();
194 }
195 
testCreation_arrayOfOneElement()196 public void testCreation_arrayOfOneElement() throws Exception {
197   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
198   testCase.testCreation_arrayOfOneElement();
199 }
200 
testCreation_emptyArray()201 public void testCreation_emptyArray() throws Exception {
202   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
203   testCase.testCreation_emptyArray();
204 }
205 
testCreation_fiveElements()206 public void testCreation_fiveElements() throws Exception {
207   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
208   testCase.testCreation_fiveElements();
209 }
210 
testCreation_fourElements()211 public void testCreation_fourElements() throws Exception {
212   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
213   testCase.testCreation_fourElements();
214 }
215 
testCreation_noArgs()216 public void testCreation_noArgs() throws Exception {
217   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
218   testCase.testCreation_noArgs();
219 }
220 
testCreation_oneElement()221 public void testCreation_oneElement() throws Exception {
222   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
223   testCase.testCreation_oneElement();
224 }
225 
testCreation_sevenElements()226 public void testCreation_sevenElements() throws Exception {
227   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
228   testCase.testCreation_sevenElements();
229 }
230 
testCreation_sixElements()231 public void testCreation_sixElements() throws Exception {
232   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
233   testCase.testCreation_sixElements();
234 }
235 
testCreation_threeElements()236 public void testCreation_threeElements() throws Exception {
237   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
238   testCase.testCreation_threeElements();
239 }
240 
testCreation_twoElements()241 public void testCreation_twoElements() throws Exception {
242   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
243   testCase.testCreation_twoElements();
244 }
245 
testEquals()246 public void testEquals() throws Exception {
247   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
248   testCase.testEquals();
249 }
250 
testEquals_immutableMultiset()251 public void testEquals_immutableMultiset() throws Exception {
252   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
253   testCase.testEquals_immutableMultiset();
254 }
255 
testIterationOrder()256 public void testIterationOrder() throws Exception {
257   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
258   testCase.testIterationOrder();
259 }
260 
testIterationOrderThroughBuilderRemovals()261 public void testIterationOrderThroughBuilderRemovals() throws Exception {
262   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
263   testCase.testIterationOrderThroughBuilderRemovals();
264 }
265 
testMultisetWrites()266 public void testMultisetWrites() throws Exception {
267   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
268   testCase.testMultisetWrites();
269 }
270 
testToImmutableMultiset()271 public void testToImmutableMultiset() throws Exception {
272   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
273   testCase.testToImmutableMultiset();
274 }
275 
testToImmutableMultisetCountFunction()276 public void testToImmutableMultisetCountFunction() throws Exception {
277   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
278   testCase.testToImmutableMultisetCountFunction();
279 }
280 
testToImmutableMultiset_duplicates()281 public void testToImmutableMultiset_duplicates() throws Exception {
282   com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
283   testCase.testToImmutableMultiset_duplicates();
284 }
285 }
286