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.base; 17 public class PredicatesTest_gwt extends com.google.gwt.junit.client.GWTTestCase { 18 @Override public String getModuleName() { 19 return "com.google.common.base.testModule"; 20 } 21 public void testAlwaysFalse_apply() throws Exception { 22 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 23 testCase.testAlwaysFalse_apply(); 24 } 25 26 public void testAlwaysFalse_equality() throws Exception { 27 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 28 testCase.testAlwaysFalse_equality(); 29 } 30 31 public void testAlwaysTrue_apply() throws Exception { 32 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 33 testCase.testAlwaysTrue_apply(); 34 } 35 36 public void testAlwaysTrue_equality() throws Exception { 37 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 38 testCase.testAlwaysTrue_equality(); 39 } 40 41 public void testAnd_applyBinary() throws Exception { 42 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 43 testCase.testAnd_applyBinary(); 44 } 45 46 public void testAnd_applyIterable() throws Exception { 47 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 48 testCase.testAnd_applyIterable(); 49 } 50 51 public void testAnd_applyNoArgs() throws Exception { 52 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 53 testCase.testAnd_applyNoArgs(); 54 } 55 56 public void testAnd_applyOneArg() throws Exception { 57 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 58 testCase.testAnd_applyOneArg(); 59 } 60 61 public void testAnd_applyTernary() throws Exception { 62 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 63 testCase.testAnd_applyTernary(); 64 } 65 66 public void testAnd_arrayDefensivelyCopied() throws Exception { 67 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 68 testCase.testAnd_arrayDefensivelyCopied(); 69 } 70 71 public void testAnd_equalityBinary() throws Exception { 72 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 73 testCase.testAnd_equalityBinary(); 74 } 75 76 public void testAnd_equalityIterable() throws Exception { 77 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 78 testCase.testAnd_equalityIterable(); 79 } 80 81 public void testAnd_equalityNoArgs() throws Exception { 82 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 83 testCase.testAnd_equalityNoArgs(); 84 } 85 86 public void testAnd_equalityOneArg() throws Exception { 87 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 88 testCase.testAnd_equalityOneArg(); 89 } 90 91 public void testAnd_equalityTernary() throws Exception { 92 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 93 testCase.testAnd_equalityTernary(); 94 } 95 96 public void testAnd_iterableDefensivelyCopied() throws Exception { 97 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 98 testCase.testAnd_iterableDefensivelyCopied(); 99 } 100 101 public void testAnd_listDefensivelyCopied() throws Exception { 102 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 103 testCase.testAnd_listDefensivelyCopied(); 104 } 105 106 public void testCompose() throws Exception { 107 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 108 testCase.testCompose(); 109 } 110 111 public void testHashCodeForBooleanOperations() throws Exception { 112 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 113 testCase.testHashCodeForBooleanOperations(); 114 } 115 116 public void testIn_apply() throws Exception { 117 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 118 testCase.testIn_apply(); 119 } 120 121 public void testIn_compilesWithExplicitSupertype() throws Exception { 122 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 123 testCase.testIn_compilesWithExplicitSupertype(); 124 } 125 126 public void testIn_equality() throws Exception { 127 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 128 testCase.testIn_equality(); 129 } 130 131 public void testIn_handlesClassCastException() throws Exception { 132 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 133 testCase.testIn_handlesClassCastException(); 134 } 135 136 public void testIn_handlesNullPointerException() throws Exception { 137 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 138 testCase.testIn_handlesNullPointerException(); 139 } 140 141 public void testIsEqualToNull_apply() throws Exception { 142 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 143 testCase.testIsEqualToNull_apply(); 144 } 145 146 public void testIsEqualToNull_equality() throws Exception { 147 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 148 testCase.testIsEqualToNull_equality(); 149 } 150 151 public void testIsEqualTo_apply() throws Exception { 152 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 153 testCase.testIsEqualTo_apply(); 154 } 155 156 public void testIsEqualTo_equality() throws Exception { 157 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 158 testCase.testIsEqualTo_equality(); 159 } 160 161 public void testIsNull_apply() throws Exception { 162 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 163 testCase.testIsNull_apply(); 164 } 165 166 public void testIsNull_equality() throws Exception { 167 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 168 testCase.testIsNull_equality(); 169 } 170 171 public void testNotNull_apply() throws Exception { 172 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 173 testCase.testNotNull_apply(); 174 } 175 176 public void testNotNull_equality() throws Exception { 177 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 178 testCase.testNotNull_equality(); 179 } 180 181 public void testNot_apply() throws Exception { 182 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 183 testCase.testNot_apply(); 184 } 185 186 public void testNot_equality() throws Exception { 187 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 188 testCase.testNot_equality(); 189 } 190 191 public void testNot_equalityForNotOfKnownValues() throws Exception { 192 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 193 testCase.testNot_equalityForNotOfKnownValues(); 194 } 195 196 public void testOr_applyBinary() throws Exception { 197 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 198 testCase.testOr_applyBinary(); 199 } 200 201 public void testOr_applyIterable() throws Exception { 202 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 203 testCase.testOr_applyIterable(); 204 } 205 206 public void testOr_applyNoArgs() throws Exception { 207 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 208 testCase.testOr_applyNoArgs(); 209 } 210 211 public void testOr_applyOneArg() throws Exception { 212 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 213 testCase.testOr_applyOneArg(); 214 } 215 216 public void testOr_applyTernary() throws Exception { 217 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 218 testCase.testOr_applyTernary(); 219 } 220 221 public void testOr_arrayDefensivelyCopied() throws Exception { 222 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 223 testCase.testOr_arrayDefensivelyCopied(); 224 } 225 226 public void testOr_equalityBinary() throws Exception { 227 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 228 testCase.testOr_equalityBinary(); 229 } 230 231 public void testOr_equalityIterable() throws Exception { 232 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 233 testCase.testOr_equalityIterable(); 234 } 235 236 public void testOr_equalityNoArgs() throws Exception { 237 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 238 testCase.testOr_equalityNoArgs(); 239 } 240 241 public void testOr_equalityOneArg() throws Exception { 242 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 243 testCase.testOr_equalityOneArg(); 244 } 245 246 public void testOr_equalityTernary() throws Exception { 247 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 248 testCase.testOr_equalityTernary(); 249 } 250 251 public void testOr_iterableDefensivelyCopied() throws Exception { 252 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 253 testCase.testOr_iterableDefensivelyCopied(); 254 } 255 256 public void testOr_listDefensivelyCopied() throws Exception { 257 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest(); 258 testCase.testOr_listDefensivelyCopied(); 259 } 260 } 261