Class LazyListTest


  • public class LazyListTest
    extends Object
    Tests for LazyList. We extend the basic tests done for the LazySet.
    • Constructor Detail

      • LazyListTest

        public LazyListTest()
    • Method Detail

      • testSimple

        public void testSimple()
        Test the test method with a known good List and then with a LazyList
      • testArray

        public void testArray()
        Test The array function.
      • testIterator

        public void testIterator()
        Test the iterator part of a collection.
      • testListFunctions

        public void testListFunctions()
        Test those things that distinguish the List API from the Collection one.