Method Summary |
|
public static Test | suite() |
public void | testConstructorEx() Tests constructor exception. |
public void | testLooping0() Tests whether an empty looping iterator works as designed. |
public void | testLooping1() Tests whether a populated looping iterator works as designed. |
public void | testLooping2() Tests whether a populated looping iterator works as designed. |
public void | testLooping3() Tests whether a populated looping iterator works as designed. |
public void | testRemoving1() Tests the remove() method on a LoopingIterator wrapped ArrayList. |
public void | testReset() Tests the reset() method on a LoopingIterator wrapped ArrayList. |
public void | testSize() Tests the size() method on a LoopingIterator wrapped ArrayList. |