Class CollectionUtilsTest


  • public class CollectionUtilsTest
    extends java.lang.Object
    Tests CollectionUtils.
    Author:
    Holger Eichelberger, SSE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testAddListAllVarArg()
      Tests CollectionUtils.addAll(List, Object...).
      void testAddSetAllVarArg()
      Tests CollectionUtils.addAll(Set, Object...).
      void testToList()
      Tests CollectionUtils.toList(java.util.Iterator).
      void testToListVarArg()
      Tests CollectionUtils.toList(Object...).
      void testToSet()
      Tests CollectionUtils.toSet(java.util.Iterator).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CollectionUtilsTest

        public CollectionUtilsTest()
    • Method Detail

      • testToList

        public void testToList()
        Tests CollectionUtils.toList(java.util.Iterator).
      • testToSet

        public void testToSet()
        Tests CollectionUtils.toSet(java.util.Iterator).
      • testToListVarArg

        public void testToListVarArg()
        Tests CollectionUtils.toList(Object...).
      • testAddListAllVarArg

        public void testAddListAllVarArg()
        Tests CollectionUtils.addAll(List, Object...).
      • testAddSetAllVarArg

        public void testAddSetAllVarArg()
        Tests CollectionUtils.addAll(Set, Object...).