edu.rice.comp211.laundry.tests
Class BiListTest

java.lang.Object
  extended by TestCase
      extended by edu.rice.comp211.laundry.tests.BiListTest

public class BiListTest
extends TestCase

A test class for the BiList collection classes.


Field Summary
(package private) static BiListI<Integer> EMPTY
           
(package private) static BiListI<Integer> TWO
           
(package private) static BiListI<Integer> TWO_FIVE
           
 
Constructor Summary
BiListTest()
           
 
Method Summary
 void testIsEmpty()
          Tests the Empty state of BiList.
 void testListInsertRemAndLength()
           
 void testNewListAndIterator()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

static final BiListI<Integer> EMPTY

TWO

static final BiListI<Integer> TWO

TWO_FIVE

static final BiListI<Integer> TWO_FIVE
Constructor Detail

BiListTest

public BiListTest()
Method Detail

testIsEmpty

public void testIsEmpty()
Tests the Empty state of BiList.


testToString

public void testToString()

testListInsertRemAndLength

public void testListInsertRemAndLength()

testNewListAndIterator

public void testNewListAndIterator()