Class ListTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.collection.ListTest
-
-
Field Summary
Fields Modifier and Type Field Description private static String[]TEST_ARRAYprivate static StringTEST_VALUE
-
Constructor Summary
Constructors Constructor Description ListTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidtestListFunctions(List<String> list)Test those things that distinguish theListAPI from theCollectionone.static voidtestListIterator(List<String> list)voidverifyTests()
-
-
-
Field Detail
-
TEST_ARRAY
private static final String[] TEST_ARRAY
-
TEST_VALUE
private static final String TEST_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
verifyTests
public void verifyTests()
-
testListFunctions
public static void testListFunctions(List<String> list)
Test those things that distinguish theListAPI from theCollectionone.- Parameters:
list- list to test
-
-