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