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 IteratorsTest_gwt extends com.google.gwt.junit.client.GWTTestCase { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.collect.testModule"; 20 } testAddAllToList()21public void testAddAllToList() throws Exception { 22 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 23 testCase.testAddAllToList(); 24 } 25 testAddAllToSet()26public void testAddAllToSet() throws Exception { 27 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 28 testCase.testAddAllToSet(); 29 } 30 testAddAllWithEmptyIterator()31public void testAddAllWithEmptyIterator() throws Exception { 32 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 33 testCase.testAddAllWithEmptyIterator(); 34 } 35 testAdvance_basic()36public void testAdvance_basic() throws Exception { 37 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 38 testCase.testAdvance_basic(); 39 } 40 testAdvance_illegalArgument()41public void testAdvance_illegalArgument() throws Exception { 42 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 43 testCase.testAdvance_illegalArgument(); 44 } 45 testAdvance_pastEnd()46public void testAdvance_pastEnd() throws Exception { 47 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 48 testCase.testAdvance_pastEnd(); 49 } 50 testAll()51public void testAll() throws Exception { 52 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 53 testCase.testAll(); 54 } 55 testAny()56public void testAny() throws Exception { 57 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 58 testCase.testAny(); 59 } 60 testAsEnumerationEmpty()61public void testAsEnumerationEmpty() throws Exception { 62 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 63 testCase.testAsEnumerationEmpty(); 64 } 65 testAsEnumerationSingleton()66public void testAsEnumerationSingleton() throws Exception { 67 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 68 testCase.testAsEnumerationSingleton(); 69 } 70 testAsEnumerationTypical()71public void testAsEnumerationTypical() throws Exception { 72 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 73 testCase.testAsEnumerationTypical(); 74 } 75 testConcatContainingNull()76public void testConcatContainingNull() throws Exception { 77 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 78 testCase.testConcatContainingNull(); 79 } 80 testConcatVarArgsContainingNull()81public void testConcatVarArgsContainingNull() throws Exception { 82 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 83 testCase.testConcatVarArgsContainingNull(); 84 } 85 testConsumingIterator()86public void testConsumingIterator() throws Exception { 87 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 88 testCase.testConsumingIterator(); 89 } 90 testCycleNoSuchElementException()91public void testCycleNoSuchElementException() throws Exception { 92 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 93 testCase.testCycleNoSuchElementException(); 94 } 95 testCycleOfEmpty()96public void testCycleOfEmpty() throws Exception { 97 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 98 testCase.testCycleOfEmpty(); 99 } 100 testCycleOfOne()101public void testCycleOfOne() throws Exception { 102 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 103 testCase.testCycleOfOne(); 104 } 105 testCycleOfOneWithRemove()106public void testCycleOfOneWithRemove() throws Exception { 107 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 108 testCase.testCycleOfOneWithRemove(); 109 } 110 testCycleOfTwo()111public void testCycleOfTwo() throws Exception { 112 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 113 testCase.testCycleOfTwo(); 114 } 115 testCycleOfTwoWithRemove()116public void testCycleOfTwoWithRemove() throws Exception { 117 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 118 testCase.testCycleOfTwoWithRemove(); 119 } 120 testCycleRemoveAfterHasNext()121public void testCycleRemoveAfterHasNext() throws Exception { 122 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 123 testCase.testCycleRemoveAfterHasNext(); 124 } 125 testCycleRemoveSameElementTwice()126public void testCycleRemoveSameElementTwice() throws Exception { 127 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 128 testCase.testCycleRemoveSameElementTwice(); 129 } 130 testCycleRemoveWithoutNext()131public void testCycleRemoveWithoutNext() throws Exception { 132 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 133 testCase.testCycleRemoveWithoutNext(); 134 } 135 testCycleWhenRemoveIsNotSupported()136public void testCycleWhenRemoveIsNotSupported() throws Exception { 137 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 138 testCase.testCycleWhenRemoveIsNotSupported(); 139 } 140 testElementsEqual()141public void testElementsEqual() throws Exception { 142 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 143 testCase.testElementsEqual(); 144 } 145 testEmptyIterator()146public void testEmptyIterator() throws Exception { 147 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 148 testCase.testEmptyIterator(); 149 } 150 testEmptyListIterator()151public void testEmptyListIterator() throws Exception { 152 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 153 testCase.testEmptyListIterator(); 154 } 155 testEmptyModifiableIterator()156public void testEmptyModifiableIterator() throws Exception { 157 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 158 testCase.testEmptyModifiableIterator(); 159 } 160 testFilterMatchAll()161public void testFilterMatchAll() throws Exception { 162 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 163 testCase.testFilterMatchAll(); 164 } 165 testFilterNoMatch()166public void testFilterNoMatch() throws Exception { 167 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 168 testCase.testFilterNoMatch(); 169 } 170 testFilterNothing()171public void testFilterNothing() throws Exception { 172 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 173 testCase.testFilterNothing(); 174 } 175 testFilterSimple()176public void testFilterSimple() throws Exception { 177 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 178 testCase.testFilterSimple(); 179 } 180 testFind_firstElement()181public void testFind_firstElement() throws Exception { 182 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 183 testCase.testFind_firstElement(); 184 } 185 testFind_lastElement()186public void testFind_lastElement() throws Exception { 187 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 188 testCase.testFind_lastElement(); 189 } 190 testFind_matchAlways()191public void testFind_matchAlways() throws Exception { 192 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 193 testCase.testFind_matchAlways(); 194 } 195 testFind_notPresent()196public void testFind_notPresent() throws Exception { 197 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 198 testCase.testFind_notPresent(); 199 } 200 testFind_withDefault_first()201public void testFind_withDefault_first() throws Exception { 202 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 203 testCase.testFind_withDefault_first(); 204 } 205 testFind_withDefault_last()206public void testFind_withDefault_last() throws Exception { 207 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 208 testCase.testFind_withDefault_last(); 209 } 210 testFind_withDefault_matchAlways()211public void testFind_withDefault_matchAlways() throws Exception { 212 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 213 testCase.testFind_withDefault_matchAlways(); 214 } 215 testFind_withDefault_notPresent()216public void testFind_withDefault_notPresent() throws Exception { 217 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 218 testCase.testFind_withDefault_notPresent(); 219 } 220 testFind_withDefault_notPresent_nullReturn()221public void testFind_withDefault_notPresent_nullReturn() throws Exception { 222 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 223 testCase.testFind_withDefault_notPresent_nullReturn(); 224 } 225 testForArrayEmpty()226public void testForArrayEmpty() throws Exception { 227 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 228 testCase.testForArrayEmpty(); 229 } 230 testForArrayLength0()231public void testForArrayLength0() throws Exception { 232 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 233 testCase.testForArrayLength0(); 234 } 235 testForArrayOffset()236public void testForArrayOffset() throws Exception { 237 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 238 testCase.testForArrayOffset(); 239 } 240 testForArrayTypical()241public void testForArrayTypical() throws Exception { 242 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 243 testCase.testForArrayTypical(); 244 } 245 testForEnumerationEmpty()246public void testForEnumerationEmpty() throws Exception { 247 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 248 testCase.testForEnumerationEmpty(); 249 } 250 testForEnumerationSingleton()251public void testForEnumerationSingleton() throws Exception { 252 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 253 testCase.testForEnumerationSingleton(); 254 } 255 testForEnumerationTypical()256public void testForEnumerationTypical() throws Exception { 257 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 258 testCase.testForEnumerationTypical(); 259 } 260 testFrequency()261public void testFrequency() throws Exception { 262 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 263 testCase.testFrequency(); 264 } 265 testGetLast_basic()266public void testGetLast_basic() throws Exception { 267 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 268 testCase.testGetLast_basic(); 269 } 270 testGetLast_exception()271public void testGetLast_exception() throws Exception { 272 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 273 testCase.testGetLast_exception(); 274 } 275 testGetLast_withDefault_empty()276public void testGetLast_withDefault_empty() throws Exception { 277 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 278 testCase.testGetLast_withDefault_empty(); 279 } 280 testGetLast_withDefault_empty_null()281public void testGetLast_withDefault_empty_null() throws Exception { 282 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 283 testCase.testGetLast_withDefault_empty_null(); 284 } 285 testGetLast_withDefault_singleton()286public void testGetLast_withDefault_singleton() throws Exception { 287 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 288 testCase.testGetLast_withDefault_singleton(); 289 } 290 testGetLast_withDefault_two()291public void testGetLast_withDefault_two() throws Exception { 292 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 293 testCase.testGetLast_withDefault_two(); 294 } 295 testGetNext_withDefault_empty()296public void testGetNext_withDefault_empty() throws Exception { 297 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 298 testCase.testGetNext_withDefault_empty(); 299 } 300 testGetNext_withDefault_empty_null()301public void testGetNext_withDefault_empty_null() throws Exception { 302 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 303 testCase.testGetNext_withDefault_empty_null(); 304 } 305 testGetNext_withDefault_singleton()306public void testGetNext_withDefault_singleton() throws Exception { 307 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 308 testCase.testGetNext_withDefault_singleton(); 309 } 310 testGetNext_withDefault_two()311public void testGetNext_withDefault_two() throws Exception { 312 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 313 testCase.testGetNext_withDefault_two(); 314 } 315 testGetOnlyElement_noDefault_empty()316public void testGetOnlyElement_noDefault_empty() throws Exception { 317 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 318 testCase.testGetOnlyElement_noDefault_empty(); 319 } 320 testGetOnlyElement_noDefault_fiveElements()321public void testGetOnlyElement_noDefault_fiveElements() throws Exception { 322 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 323 testCase.testGetOnlyElement_noDefault_fiveElements(); 324 } 325 testGetOnlyElement_noDefault_moreThanFiveElements()326public void testGetOnlyElement_noDefault_moreThanFiveElements() throws Exception { 327 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 328 testCase.testGetOnlyElement_noDefault_moreThanFiveElements(); 329 } 330 testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements()331public void testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements() throws Exception { 332 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 333 testCase.testGetOnlyElement_noDefault_moreThanOneLessThanFiveElements(); 334 } 335 testGetOnlyElement_noDefault_valid()336public void testGetOnlyElement_noDefault_valid() throws Exception { 337 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 338 testCase.testGetOnlyElement_noDefault_valid(); 339 } 340 testGetOnlyElement_withDefault_empty()341public void testGetOnlyElement_withDefault_empty() throws Exception { 342 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 343 testCase.testGetOnlyElement_withDefault_empty(); 344 } 345 testGetOnlyElement_withDefault_empty_null()346public void testGetOnlyElement_withDefault_empty_null() throws Exception { 347 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 348 testCase.testGetOnlyElement_withDefault_empty_null(); 349 } 350 testGetOnlyElement_withDefault_singleton()351public void testGetOnlyElement_withDefault_singleton() throws Exception { 352 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 353 testCase.testGetOnlyElement_withDefault_singleton(); 354 } 355 testGetOnlyElement_withDefault_two()356public void testGetOnlyElement_withDefault_two() throws Exception { 357 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 358 testCase.testGetOnlyElement_withDefault_two(); 359 } 360 testGet_atSize()361public void testGet_atSize() throws Exception { 362 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 363 testCase.testGet_atSize(); 364 } 365 testGet_basic()366public void testGet_basic() throws Exception { 367 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 368 testCase.testGet_basic(); 369 } 370 testGet_empty()371public void testGet_empty() throws Exception { 372 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 373 testCase.testGet_empty(); 374 } 375 testGet_negativeIndex()376public void testGet_negativeIndex() throws Exception { 377 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 378 testCase.testGet_negativeIndex(); 379 } 380 testGet_pastEnd()381public void testGet_pastEnd() throws Exception { 382 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 383 testCase.testGet_pastEnd(); 384 } 385 testGet_withDefault_atSize()386public void testGet_withDefault_atSize() throws Exception { 387 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 388 testCase.testGet_withDefault_atSize(); 389 } 390 testGet_withDefault_basic()391public void testGet_withDefault_basic() throws Exception { 392 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 393 testCase.testGet_withDefault_basic(); 394 } 395 testGet_withDefault_negativeIndex()396public void testGet_withDefault_negativeIndex() throws Exception { 397 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 398 testCase.testGet_withDefault_negativeIndex(); 399 } 400 testGet_withDefault_pastEnd()401public void testGet_withDefault_pastEnd() throws Exception { 402 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 403 testCase.testGet_withDefault_pastEnd(); 404 } 405 testIndexOf_consumedData()406public void testIndexOf_consumedData() throws Exception { 407 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 408 testCase.testIndexOf_consumedData(); 409 } 410 testIndexOf_consumedDataNoMatch()411public void testIndexOf_consumedDataNoMatch() throws Exception { 412 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 413 testCase.testIndexOf_consumedDataNoMatch(); 414 } 415 testIndexOf_consumedDataWithDuplicates()416public void testIndexOf_consumedDataWithDuplicates() throws Exception { 417 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 418 testCase.testIndexOf_consumedDataWithDuplicates(); 419 } 420 testLimit()421public void testLimit() throws Exception { 422 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 423 testCase.testLimit(); 424 } 425 testLimitRemove()426public void testLimitRemove() throws Exception { 427 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 428 testCase.testLimitRemove(); 429 } 430 testNullFriendlyTransform()431public void testNullFriendlyTransform() throws Exception { 432 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 433 testCase.testNullFriendlyTransform(); 434 } 435 testPaddedPartitionRandomAccess()436public void testPaddedPartitionRandomAccess() throws Exception { 437 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 438 testCase.testPaddedPartitionRandomAccess(); 439 } 440 testPaddedPartition_badSize()441public void testPaddedPartition_badSize() throws Exception { 442 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 443 testCase.testPaddedPartition_badSize(); 444 } 445 testPaddedPartition_empty()446public void testPaddedPartition_empty() throws Exception { 447 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 448 testCase.testPaddedPartition_empty(); 449 } 450 testPaddedPartition_singleton1()451public void testPaddedPartition_singleton1() throws Exception { 452 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 453 testCase.testPaddedPartition_singleton1(); 454 } 455 testPaddedPartition_singleton2()456public void testPaddedPartition_singleton2() throws Exception { 457 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 458 testCase.testPaddedPartition_singleton2(); 459 } 460 testPaddedPartition_view()461public void testPaddedPartition_view() throws Exception { 462 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 463 testCase.testPaddedPartition_view(); 464 } 465 testPartition_badSize()466public void testPartition_badSize() throws Exception { 467 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 468 testCase.testPartition_badSize(); 469 } 470 testPartition_empty()471public void testPartition_empty() throws Exception { 472 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 473 testCase.testPartition_empty(); 474 } 475 testPartition_singleton1()476public void testPartition_singleton1() throws Exception { 477 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 478 testCase.testPartition_singleton1(); 479 } 480 testPartition_singleton2()481public void testPartition_singleton2() throws Exception { 482 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 483 testCase.testPartition_singleton2(); 484 } 485 testPartition_view()486public void testPartition_view() throws Exception { 487 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 488 testCase.testPartition_view(); 489 } 490 testPeekingIteratorShortCircuit()491public void testPeekingIteratorShortCircuit() throws Exception { 492 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 493 testCase.testPeekingIteratorShortCircuit(); 494 } 495 testPoorlyBehavedTransform()496public void testPoorlyBehavedTransform() throws Exception { 497 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 498 testCase.testPoorlyBehavedTransform(); 499 } 500 testRemoveAll()501public void testRemoveAll() throws Exception { 502 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 503 testCase.testRemoveAll(); 504 } 505 testRemoveIf()506public void testRemoveIf() throws Exception { 507 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 508 testCase.testRemoveIf(); 509 } 510 testRetainAll()511public void testRetainAll() throws Exception { 512 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 513 testCase.testRetainAll(); 514 } 515 testSize0()516public void testSize0() throws Exception { 517 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 518 testCase.testSize0(); 519 } 520 testSize1()521public void testSize1() throws Exception { 522 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 523 testCase.testSize1(); 524 } 525 testSize_partiallyConsumed()526public void testSize_partiallyConsumed() throws Exception { 527 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 528 testCase.testSize_partiallyConsumed(); 529 } 530 testToString()531public void testToString() throws Exception { 532 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 533 testCase.testToString(); 534 } 535 testToStringEmptyIterator()536public void testToStringEmptyIterator() throws Exception { 537 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 538 testCase.testToStringEmptyIterator(); 539 } 540 testToStringWithNull()541public void testToStringWithNull() throws Exception { 542 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 543 testCase.testToStringWithNull(); 544 } 545 testTransform()546public void testTransform() throws Exception { 547 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 548 testCase.testTransform(); 549 } 550 testTransformRemove()551public void testTransformRemove() throws Exception { 552 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 553 testCase.testTransformRemove(); 554 } 555 testTryFind_alwaysFalse_isPresent()556public void testTryFind_alwaysFalse_isPresent() throws Exception { 557 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 558 testCase.testTryFind_alwaysFalse_isPresent(); 559 } 560 testTryFind_alwaysFalse_orDefault()561public void testTryFind_alwaysFalse_orDefault() throws Exception { 562 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 563 testCase.testTryFind_alwaysFalse_orDefault(); 564 } 565 testTryFind_alwaysTrue()566public void testTryFind_alwaysTrue() throws Exception { 567 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 568 testCase.testTryFind_alwaysTrue(); 569 } 570 testTryFind_firstElement()571public void testTryFind_firstElement() throws Exception { 572 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 573 testCase.testTryFind_firstElement(); 574 } 575 testTryFind_lastElement()576public void testTryFind_lastElement() throws Exception { 577 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 578 testCase.testTryFind_lastElement(); 579 } 580 testUnmodifiableIteratorShortCircuit()581public void testUnmodifiableIteratorShortCircuit() throws Exception { 582 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 583 testCase.testUnmodifiableIteratorShortCircuit(); 584 } 585 test_contains_nonnull_no()586public void test_contains_nonnull_no() throws Exception { 587 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 588 testCase.test_contains_nonnull_no(); 589 } 590 test_contains_nonnull_yes()591public void test_contains_nonnull_yes() throws Exception { 592 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 593 testCase.test_contains_nonnull_yes(); 594 } 595 test_contains_null_no()596public void test_contains_null_no() throws Exception { 597 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 598 testCase.test_contains_null_no(); 599 } 600 test_contains_null_yes()601public void test_contains_null_yes() throws Exception { 602 com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest(); 603 testCase.test_contains_null_yes(); 604 } 605 } 606