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 MultisetsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testContainsOccurrences()21 public void testContainsOccurrences() throws Exception {
22   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
23   testCase.testContainsOccurrences();
24 }
25 
testContainsOccurrencesEmpty()26 public void testContainsOccurrencesEmpty() throws Exception {
27   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
28   testCase.testContainsOccurrencesEmpty();
29 }
30 
testDifferenceEmptyNonempty()31 public void testDifferenceEmptyNonempty() throws Exception {
32   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
33   testCase.testDifferenceEmptyNonempty();
34 }
35 
testDifferenceNonemptyEmpty()36 public void testDifferenceNonemptyEmpty() throws Exception {
37   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
38   testCase.testDifferenceNonemptyEmpty();
39 }
40 
testDifferenceWithMoreElementsInSecondMultiset()41 public void testDifferenceWithMoreElementsInSecondMultiset() throws Exception {
42   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
43   testCase.testDifferenceWithMoreElementsInSecondMultiset();
44 }
45 
testDifferenceWithNoRemovedElements()46 public void testDifferenceWithNoRemovedElements() throws Exception {
47   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
48   testCase.testDifferenceWithNoRemovedElements();
49 }
50 
testDifferenceWithRemovedElement()51 public void testDifferenceWithRemovedElement() throws Exception {
52   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
53   testCase.testDifferenceWithRemovedElement();
54 }
55 
testHighestCountFirst()56 public void testHighestCountFirst() throws Exception {
57   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
58   testCase.testHighestCountFirst();
59 }
60 
testIntersectEmptyNonempty()61 public void testIntersectEmptyNonempty() throws Exception {
62   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
63   testCase.testIntersectEmptyNonempty();
64 }
65 
testIntersectNonemptyEmpty()66 public void testIntersectNonemptyEmpty() throws Exception {
67   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
68   testCase.testIntersectNonemptyEmpty();
69 }
70 
testNewTreeMultisetComparator()71 public void testNewTreeMultisetComparator() throws Exception {
72   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
73   testCase.testNewTreeMultisetComparator();
74 }
75 
testNewTreeMultisetDerived()76 public void testNewTreeMultisetDerived() throws Exception {
77   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
78   testCase.testNewTreeMultisetDerived();
79 }
80 
testNewTreeMultisetNonGeneric()81 public void testNewTreeMultisetNonGeneric() throws Exception {
82   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
83   testCase.testNewTreeMultisetNonGeneric();
84 }
85 
testRemoveEmptyOccurrences()86 public void testRemoveEmptyOccurrences() throws Exception {
87   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
88   testCase.testRemoveEmptyOccurrences();
89 }
90 
testRemoveOccurrences()91 public void testRemoveOccurrences() throws Exception {
92   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
93   testCase.testRemoveOccurrences();
94 }
95 
testRemoveOccurrencesEmpty()96 public void testRemoveOccurrencesEmpty() throws Exception {
97   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
98   testCase.testRemoveOccurrencesEmpty();
99 }
100 
testRetainEmptyOccurrences()101 public void testRetainEmptyOccurrences() throws Exception {
102   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
103   testCase.testRetainEmptyOccurrences();
104 }
105 
testRetainOccurrences()106 public void testRetainOccurrences() throws Exception {
107   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
108   testCase.testRetainOccurrences();
109 }
110 
testRetainOccurrencesEmpty()111 public void testRetainOccurrencesEmpty() throws Exception {
112   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
113   testCase.testRetainOccurrencesEmpty();
114 }
115 
testSum()116 public void testSum() throws Exception {
117   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
118   testCase.testSum();
119 }
120 
testSumEmptyNonempty()121 public void testSumEmptyNonempty() throws Exception {
122   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
123   testCase.testSumEmptyNonempty();
124 }
125 
testSumNonemptyEmpty()126 public void testSumNonemptyEmpty() throws Exception {
127   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
128   testCase.testSumNonemptyEmpty();
129 }
130 
testUnion()131 public void testUnion() throws Exception {
132   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
133   testCase.testUnion();
134 }
135 
testUnionEmptyNonempty()136 public void testUnionEmptyNonempty() throws Exception {
137   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
138   testCase.testUnionEmptyNonempty();
139 }
140 
testUnionEqualMultisets()141 public void testUnionEqualMultisets() throws Exception {
142   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
143   testCase.testUnionEqualMultisets();
144 }
145 
testUnionNonemptyEmpty()146 public void testUnionNonemptyEmpty() throws Exception {
147   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
148   testCase.testUnionNonemptyEmpty();
149 }
150 
testUnmodifiableMultisetShortCircuit()151 public void testUnmodifiableMultisetShortCircuit() throws Exception {
152   com.google.common.collect.MultisetsTest testCase = new com.google.common.collect.MultisetsTest();
153   testCase.testUnmodifiableMultisetShortCircuit();
154 }
155 }
156