org.databene.commons.iterator
Class IteratorTestCase.NextHelper<T>

java.lang.Object
  extended by org.databene.commons.iterator.IteratorTestCase.NextHelper<T>
Enclosing class:
IteratorTestCase

public static class IteratorTestCase.NextHelper<T>
extends java.lang.Object


Constructor Summary
IteratorTestCase.NextHelper(java.util.Iterator<T> iterator)
           
 
Method Summary
 void withNext()
           
 void withNoNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorTestCase.NextHelper

public IteratorTestCase.NextHelper(java.util.Iterator<T> iterator)
Method Detail

withNext

public void withNext()

withNoNext

public void withNoNext()


Copyright © 2010. All Rights Reserved.