Class LazyListTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.collection.LazyListTest
-
-
Constructor Summary
Constructors Constructor Description LazyListTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestArray()Test The array function.voidtestIterator()Test the iterator part of a collection.voidtestListFunctions()Test those things that distinguish theListAPI from theCollectionone.voidtestSimple()Test the test method with a known good List and then with a LazyList
-
-
-
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 theListAPI from theCollectionone.
-
-