edu.cmu.cs.crystal.test
Class ConsListTest

java.lang.Object
  extended by edu.cmu.cs.crystal.test.ConsListTest

public class ConsListTest
extends java.lang.Object


Constructor Summary
ConsListTest()
           
 
Method Summary
 void testConcat()
           
 void testCons()
           
 void testContains()
           
 void testEmpty()
           
 void testFoldl()
           
 void testIterator()
           
 void testList()
           
 void testRemoveElement()
           
 void testSingleton()
           
 void testTl()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsListTest

public ConsListTest()
Method Detail

testEmpty

public void testEmpty()

testSingleton

public void testSingleton()

testCons

public void testCons()

testConcat

public void testConcat()

testTl

public void testTl()

testRemoveElement

public void testRemoveElement()

testIterator

public void testIterator()

testFoldl

public void testFoldl()

testList

public void testList()

testContains

public void testContains()