• 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 ImmutableSetMultimapTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testBuilderOrderKeysAndValuesBy()21 public void testBuilderOrderKeysAndValuesBy() throws Exception {
22   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
23   testCase.testBuilderOrderKeysAndValuesBy();
24 }
25 
testBuilderOrderKeysBy()26 public void testBuilderOrderKeysBy() throws Exception {
27   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
28   testCase.testBuilderOrderKeysBy();
29 }
30 
testBuilderOrderKeysByDuplicates()31 public void testBuilderOrderKeysByDuplicates() throws Exception {
32   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
33   testCase.testBuilderOrderKeysByDuplicates();
34 }
35 
testBuilderOrderValuesBy()36 public void testBuilderOrderValuesBy() throws Exception {
37   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
38   testCase.testBuilderOrderValuesBy();
39 }
40 
testBuilderPutAllIterable()41 public void testBuilderPutAllIterable() throws Exception {
42   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
43   testCase.testBuilderPutAllIterable();
44 }
45 
testBuilderPutAllMultimap()46 public void testBuilderPutAllMultimap() throws Exception {
47   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
48   testCase.testBuilderPutAllMultimap();
49 }
50 
testBuilderPutAllMultimapWithDuplicates()51 public void testBuilderPutAllMultimapWithDuplicates() throws Exception {
52   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
53   testCase.testBuilderPutAllMultimapWithDuplicates();
54 }
55 
testBuilderPutAllVarargs()56 public void testBuilderPutAllVarargs() throws Exception {
57   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
58   testCase.testBuilderPutAllVarargs();
59 }
60 
testBuilderPutAllWithDuplicates()61 public void testBuilderPutAllWithDuplicates() throws Exception {
62   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
63   testCase.testBuilderPutAllWithDuplicates();
64 }
65 
testBuilderPutNullKey()66 public void testBuilderPutNullKey() throws Exception {
67   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
68   testCase.testBuilderPutNullKey();
69 }
70 
testBuilderPutNullValue()71 public void testBuilderPutNullValue() throws Exception {
72   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
73   testCase.testBuilderPutNullValue();
74 }
75 
testBuilderPutWithDuplicates()76 public void testBuilderPutWithDuplicates() throws Exception {
77   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
78   testCase.testBuilderPutWithDuplicates();
79 }
80 
testBuilder_withImmutableEntry()81 public void testBuilder_withImmutableEntry() throws Exception {
82   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
83   testCase.testBuilder_withImmutableEntry();
84 }
85 
testBuilder_withImmutableEntryAndNullContents()86 public void testBuilder_withImmutableEntryAndNullContents() throws Exception {
87   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
88   testCase.testBuilder_withImmutableEntryAndNullContents();
89 }
90 
testBuilder_withMutableEntry()91 public void testBuilder_withMutableEntry() throws Exception {
92   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
93   testCase.testBuilder_withMutableEntry();
94 }
95 
testCopyOf()96 public void testCopyOf() throws Exception {
97   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
98   testCase.testCopyOf();
99 }
100 
testCopyOfEmpty()101 public void testCopyOfEmpty() throws Exception {
102   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
103   testCase.testCopyOfEmpty();
104 }
105 
testCopyOfImmutableSetMultimap()106 public void testCopyOfImmutableSetMultimap() throws Exception {
107   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
108   testCase.testCopyOfImmutableSetMultimap();
109 }
110 
testCopyOfNullKey()111 public void testCopyOfNullKey() throws Exception {
112   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
113   testCase.testCopyOfNullKey();
114 }
115 
testCopyOfNullValue()116 public void testCopyOfNullValue() throws Exception {
117   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
118   testCase.testCopyOfNullValue();
119 }
120 
testCopyOfWithDuplicates()121 public void testCopyOfWithDuplicates() throws Exception {
122   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
123   testCase.testCopyOfWithDuplicates();
124 }
125 
testEmptyMultimapReads()126 public void testEmptyMultimapReads() throws Exception {
127   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
128   testCase.testEmptyMultimapReads();
129 }
130 
testEmptyMultimapWrites()131 public void testEmptyMultimapWrites() throws Exception {
132   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
133   testCase.testEmptyMultimapWrites();
134 }
135 
testInverse()136 public void testInverse() throws Exception {
137   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
138   testCase.testInverse();
139 }
140 
testInverseMinimizesWork()141 public void testInverseMinimizesWork() throws Exception {
142   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
143   testCase.testInverseMinimizesWork();
144 }
145 
testMultimapEquals()146 public void testMultimapEquals() throws Exception {
147   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
148   testCase.testMultimapEquals();
149 }
150 
testMultimapReads()151 public void testMultimapReads() throws Exception {
152   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
153   testCase.testMultimapReads();
154 }
155 
testMultimapWrites()156 public void testMultimapWrites() throws Exception {
157   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
158   testCase.testMultimapWrites();
159 }
160 
testOf()161 public void testOf() throws Exception {
162   com.google.common.collect.ImmutableSetMultimapTest testCase = new com.google.common.collect.ImmutableSetMultimapTest();
163   testCase.testOf();
164 }
165 }
166