edu.rice.comp211.laundry.tests
Class BiListTest
java.lang.Object
TestCase
edu.rice.comp211.laundry.tests.BiListTest
public class BiListTest
- extends TestCase
A test class for the BiList collection classes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
static final BiListI<Integer> EMPTY
TWO
static final BiListI<Integer> TWO
TWO_FIVE
static final BiListI<Integer> TWO_FIVE
BiListTest
public BiListTest()
testIsEmpty
public void testIsEmpty()
- Tests the Empty state of BiList.
testToString
public void testToString()
testListInsertRemAndLength
public void testListInsertRemAndLength()
testNewListAndIterator
public void testNewListAndIterator()