Home | History | Annotate | Download | only in primitives
      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.primitives;
     17 public class BooleansTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
     18 @Override public String getModuleName() {
     19   return "com.google.common.primitives.testModule";
     20 }
     21 public void testAsListContains() throws Exception {
     22   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     23   testCase.testAsListContains();
     24 }
     25 
     26 public void testAsListEquals() throws Exception {
     27   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     28   testCase.testAsListEquals();
     29 }
     30 
     31 public void testAsListHashcode() throws Exception {
     32   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     33   testCase.testAsListHashcode();
     34 }
     35 
     36 public void testAsListIndexOf() throws Exception {
     37   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     38   testCase.testAsListIndexOf();
     39 }
     40 
     41 public void testAsListIsEmpty() throws Exception {
     42   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     43   testCase.testAsListIsEmpty();
     44 }
     45 
     46 public void testAsListLastIndexOf() throws Exception {
     47   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     48   testCase.testAsListLastIndexOf();
     49 }
     50 
     51 public void testAsListSet() throws Exception {
     52   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     53   testCase.testAsListSet();
     54 }
     55 
     56 public void testAsListSize() throws Exception {
     57   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     58   testCase.testAsListSize();
     59 }
     60 
     61 public void testAsListToString() throws Exception {
     62   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     63   testCase.testAsListToString();
     64 }
     65 
     66 public void testCompare() throws Exception {
     67   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     68   testCase.testCompare();
     69 }
     70 
     71 public void testConcat() throws Exception {
     72   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     73   testCase.testConcat();
     74 }
     75 
     76 public void testContains() throws Exception {
     77   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     78   testCase.testContains();
     79 }
     80 
     81 public void testCountTrue() throws Exception {
     82   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     83   testCase.testCountTrue();
     84 }
     85 
     86 public void testEnsureCapacity() throws Exception {
     87   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     88   testCase.testEnsureCapacity();
     89 }
     90 
     91 public void testEnsureCapacity_fail() throws Exception {
     92   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     93   testCase.testEnsureCapacity_fail();
     94 }
     95 
     96 public void testHashCode() throws Exception {
     97   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
     98   testCase.testHashCode();
     99 }
    100 
    101 public void testIndexOf() throws Exception {
    102   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    103   testCase.testIndexOf();
    104 }
    105 
    106 public void testIndexOf_arrays() throws Exception {
    107   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    108   testCase.testIndexOf_arrays();
    109 }
    110 
    111 public void testJoin() throws Exception {
    112   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    113   testCase.testJoin();
    114 }
    115 
    116 public void testLastIndexOf() throws Exception {
    117   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    118   testCase.testLastIndexOf();
    119 }
    120 
    121 public void testLexicographicalComparator() throws Exception {
    122   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    123   testCase.testLexicographicalComparator();
    124 }
    125 
    126 public void testToArray() throws Exception {
    127   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    128   testCase.testToArray();
    129 }
    130 
    131 public void testToArray_threadSafe() throws Exception {
    132   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    133   testCase.testToArray_threadSafe();
    134 }
    135 
    136 public void testToArray_withNull() throws Exception {
    137   com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
    138   testCase.testToArray_withNull();
    139 }
    140 }
    141