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()21public void testAll() throws Exception { 22 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 23 testCase.testAll(); 24 } 25 testApply()26public void testApply() throws Exception { 27 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 28 testCase.testApply(); 29 } 30 testAtLeast()31public void testAtLeast() throws Exception { 32 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 33 testCase.testAtLeast(); 34 } 35 testAtMost()36public void testAtMost() throws Exception { 37 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 38 testCase.testAtMost(); 39 } 40 testCanonical()41public void testCanonical() throws Exception { 42 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 43 testCase.testCanonical(); 44 } 45 testCanonical_unboundedDomain()46public 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()51public void testClosed() throws Exception { 52 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 53 testCase.testClosed(); 54 } 55 testClosedOpen()56public void testClosedOpen() throws Exception { 57 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 58 testCase.testClosedOpen(); 59 } 60 testClosed_invalid()61public 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()66public void testContainsAll() throws Exception { 67 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 68 testCase.testContainsAll(); 69 } 70 testEmpty1()71public void testEmpty1() throws Exception { 72 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 73 testCase.testEmpty1(); 74 } 75 testEmpty2()76public void testEmpty2() throws Exception { 77 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 78 testCase.testEmpty2(); 79 } 80 testEncloseAll()81public void testEncloseAll() throws Exception { 82 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 83 testCase.testEncloseAll(); 84 } 85 testEncloseAll_empty()86public 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()91public 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()96public 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()101public 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()106public void testEquals() throws Exception { 107 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 108 testCase.testEquals(); 109 } 110 testEquivalentFactories()111public void testEquivalentFactories() throws Exception { 112 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 113 testCase.testEquivalentFactories(); 114 } 115 testGreaterThan()116public void testGreaterThan() throws Exception { 117 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 118 testCase.testGreaterThan(); 119 } 120 testIntersection_deFactoEmpty()121public 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()126public 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()131public 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()136public 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()141public void testIsConnected() throws Exception { 142 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 143 testCase.testIsConnected(); 144 } 145 testLegacyComparable()146public void testLegacyComparable() throws Exception { 147 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 148 testCase.testLegacyComparable(); 149 } 150 testLessThan()151public void testLessThan() throws Exception { 152 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 153 testCase.testLessThan(); 154 } 155 testOpen()156public void testOpen() throws Exception { 157 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 158 testCase.testOpen(); 159 } 160 testOpenClosed()161public void testOpenClosed() throws Exception { 162 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 163 testCase.testOpenClosed(); 164 } 165 testOpen_invalid()166public 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()171public void testOrderingCuts() throws Exception { 172 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 173 testCase.testOrderingCuts(); 174 } 175 testSingleton()176public void testSingleton() throws Exception { 177 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest(); 178 testCase.testSingleton(); 179 } 180 testSpan_general()181public 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