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 Collections2Test_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testOrderedPermutationSetContains()21 public void testOrderedPermutationSetContains() throws Exception {
22   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
23   testCase.testOrderedPermutationSetContains();
24 }
25 
testOrderedPermutationSetEmpty()26 public void testOrderedPermutationSetEmpty() throws Exception {
27   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
28   testCase.testOrderedPermutationSetEmpty();
29 }
30 
testOrderedPermutationSetOneElement()31 public void testOrderedPermutationSetOneElement() throws Exception {
32   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
33   testCase.testOrderedPermutationSetOneElement();
34 }
35 
testOrderedPermutationSetRepeatedElements()36 public void testOrderedPermutationSetRepeatedElements() throws Exception {
37   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
38   testCase.testOrderedPermutationSetRepeatedElements();
39 }
40 
testOrderedPermutationSetRepeatedElementsSize()41 public void testOrderedPermutationSetRepeatedElementsSize() throws Exception {
42   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
43   testCase.testOrderedPermutationSetRepeatedElementsSize();
44 }
45 
testOrderedPermutationSetSizeOverflow()46 public void testOrderedPermutationSetSizeOverflow() throws Exception {
47   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
48   testCase.testOrderedPermutationSetSizeOverflow();
49 }
50 
testOrderedPermutationSetThreeElements()51 public void testOrderedPermutationSetThreeElements() throws Exception {
52   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
53   testCase.testOrderedPermutationSetThreeElements();
54 }
55 
testPermutationSetContains()56 public void testPermutationSetContains() throws Exception {
57   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
58   testCase.testPermutationSetContains();
59 }
60 
testPermutationSetEmpty()61 public void testPermutationSetEmpty() throws Exception {
62   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
63   testCase.testPermutationSetEmpty();
64 }
65 
testPermutationSetFourElements()66 public void testPermutationSetFourElements() throws Exception {
67   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
68   testCase.testPermutationSetFourElements();
69 }
70 
testPermutationSetOneElement()71 public void testPermutationSetOneElement() throws Exception {
72   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
73   testCase.testPermutationSetOneElement();
74 }
75 
testPermutationSetSize()76 public void testPermutationSetSize() throws Exception {
77   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
78   testCase.testPermutationSetSize();
79 }
80 
testPermutationSetSizeOverflow()81 public void testPermutationSetSizeOverflow() throws Exception {
82   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
83   testCase.testPermutationSetSizeOverflow();
84 }
85 
testPermutationSetThreeElements()86 public void testPermutationSetThreeElements() throws Exception {
87   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
88   testCase.testPermutationSetThreeElements();
89 }
90 
testPermutationSetThreeElementsOutOfOrder()91 public void testPermutationSetThreeElementsOutOfOrder() throws Exception {
92   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
93   testCase.testPermutationSetThreeElementsOutOfOrder();
94 }
95 
testPermutationSetThreeRepeatedElements()96 public void testPermutationSetThreeRepeatedElements() throws Exception {
97   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
98   testCase.testPermutationSetThreeRepeatedElements();
99 }
100 
testPermutationSetTwoElements()101 public void testPermutationSetTwoElements() throws Exception {
102   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
103   testCase.testPermutationSetTwoElements();
104 }
105 
testToStringImplWithNullEntries()106 public void testToStringImplWithNullEntries() throws Exception {
107   com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
108   testCase.testToStringImplWithNullEntries();
109 }
110 }
111