• 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 RangeTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testAll()21 public void testAll() throws Exception {
22   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
23   testCase.testAll();
24 }
25 
testApply()26 public void testApply() throws Exception {
27   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
28   testCase.testApply();
29 }
30 
testAtLeast()31 public void testAtLeast() throws Exception {
32   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
33   testCase.testAtLeast();
34 }
35 
testAtMost()36 public void testAtMost() throws Exception {
37   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
38   testCase.testAtMost();
39 }
40 
testCanonical()41 public void testCanonical() throws Exception {
42   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
43   testCase.testCanonical();
44 }
45 
testCanonical_unboundedDomain()46 public void testCanonical_unboundedDomain() throws Exception {
47   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
48   testCase.testCanonical_unboundedDomain();
49 }
50 
testClosed()51 public void testClosed() throws Exception {
52   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
53   testCase.testClosed();
54 }
55 
testClosedOpen()56 public void testClosedOpen() throws Exception {
57   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
58   testCase.testClosedOpen();
59 }
60 
testClosed_invalid()61 public void testClosed_invalid() throws Exception {
62   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
63   testCase.testClosed_invalid();
64 }
65 
testContainsAll()66 public void testContainsAll() throws Exception {
67   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
68   testCase.testContainsAll();
69 }
70 
testEmpty1()71 public void testEmpty1() throws Exception {
72   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
73   testCase.testEmpty1();
74 }
75 
testEmpty2()76 public void testEmpty2() throws Exception {
77   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
78   testCase.testEmpty2();
79 }
80 
testEncloseAll()81 public void testEncloseAll() throws Exception {
82   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
83   testCase.testEncloseAll();
84 }
85 
testEncloseAll_empty()86 public void testEncloseAll_empty() throws Exception {
87   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
88   testCase.testEncloseAll_empty();
89 }
90 
testEncloseAll_nullValue()91 public void testEncloseAll_nullValue() throws Exception {
92   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
93   testCase.testEncloseAll_nullValue();
94 }
95 
testEncloses_closed()96 public void testEncloses_closed() throws Exception {
97   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
98   testCase.testEncloses_closed();
99 }
100 
testEncloses_open()101 public void testEncloses_open() throws Exception {
102   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
103   testCase.testEncloses_open();
104 }
105 
testEquals()106 public void testEquals() throws Exception {
107   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
108   testCase.testEquals();
109 }
110 
testEquivalentFactories()111 public void testEquivalentFactories() throws Exception {
112   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
113   testCase.testEquivalentFactories();
114 }
115 
testGreaterThan()116 public void testGreaterThan() throws Exception {
117   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
118   testCase.testGreaterThan();
119 }
120 
testIntersection_deFactoEmpty()121 public void testIntersection_deFactoEmpty() throws Exception {
122   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
123   testCase.testIntersection_deFactoEmpty();
124 }
125 
testIntersection_empty()126 public void testIntersection_empty() throws Exception {
127   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
128   testCase.testIntersection_empty();
129 }
130 
testIntersection_general()131 public void testIntersection_general() throws Exception {
132   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
133   testCase.testIntersection_general();
134 }
135 
testIntersection_singleton()136 public void testIntersection_singleton() throws Exception {
137   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
138   testCase.testIntersection_singleton();
139 }
140 
testIsConnected()141 public void testIsConnected() throws Exception {
142   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
143   testCase.testIsConnected();
144 }
145 
testLegacyComparable()146 public void testLegacyComparable() throws Exception {
147   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
148   testCase.testLegacyComparable();
149 }
150 
testLessThan()151 public void testLessThan() throws Exception {
152   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
153   testCase.testLessThan();
154 }
155 
testOpen()156 public void testOpen() throws Exception {
157   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
158   testCase.testOpen();
159 }
160 
testOpenClosed()161 public void testOpenClosed() throws Exception {
162   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
163   testCase.testOpenClosed();
164 }
165 
testOpen_invalid()166 public void testOpen_invalid() throws Exception {
167   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
168   testCase.testOpen_invalid();
169 }
170 
testOrderingCuts()171 public void testOrderingCuts() throws Exception {
172   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
173   testCase.testOrderingCuts();
174 }
175 
testSingleton()176 public void testSingleton() throws Exception {
177   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
178   testCase.testSingleton();
179 }
180 
testSpan_general()181 public void testSpan_general() throws Exception {
182   com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
183   testCase.testSpan_general();
184 }
185 }
186