Class CollectionUtilsTest
- java.lang.Object
-
- test.de.iip_ecosphere.platform.support.CollectionUtilsTest
-
public class CollectionUtilsTest extends java.lang.ObjectTestsCollectionUtils.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description CollectionUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddListAllVarArg()TestsCollectionUtils.addAll(List, Object...).voidtestAddSetAllVarArg()TestsCollectionUtils.addAll(Set, Object...).voidtestToList()TestsCollectionUtils.toList(java.util.Iterator).voidtestToListVarArg()TestsCollectionUtils.toList(Object...).voidtestToSet()TestsCollectionUtils.toSet(java.util.Iterator).
-
-
-
Method Detail
-
testToList
public void testToList()
TestsCollectionUtils.toList(java.util.Iterator).
-
testToSet
public void testToSet()
TestsCollectionUtils.toSet(java.util.Iterator).
-
testToListVarArg
public void testToListVarArg()
TestsCollectionUtils.toList(Object...).
-
testAddListAllVarArg
public void testAddListAllVarArg()
TestsCollectionUtils.addAll(List, Object...).
-
testAddSetAllVarArg
public void testAddSetAllVarArg()
TestsCollectionUtils.addAll(Set, Object...).
-
-