public class ConcatenableListTest
extends TestCase
ConcatenableList
.
Currently oriented at testing fixes for a couple of known bugs; these should not be considered to be otherwise comprehensive.
Constructor and Description |
---|
ConcatenableListTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBasicIteration()
Tests that basic iteration over multiple backing lists works properly,
whether or not there are intervening empty lists.
|
void |
testGetZeroWithMultipleEmptyLists()
Tests that if multiple empty lists are added, followed by a non-empty
list, iteration behaves correctly and get(0) does not fail.
|
void |
testIteratorNextWithoutHasNext()
Tests that it is possible to iterate through a series of next() calls
without first calling hasNext().
|
public void testBasicIteration()
public void testIteratorNextWithoutHasNext()
public void testGetZeroWithMultipleEmptyLists()