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