Class TestImmutableList


  • public class TestImmutableList
    extends Object
    Test immutable list.

    Copyright (c) 2013-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See DJUTILS License.

    Version:
    $Revision$, $LastChangedDate$, by $Author$, initial version Feb 26, 2019
    Author:
    Alexander Verbraeck, Peter Knoppers
    • Field Detail

      • sum

        int sum
        Accumulator for forEach test.
    • Constructor Detail

      • TestImmutableList

        public TestImmutableList()
    • Method Detail

      • testImmutableList

        public void testImmutableList()
        Test the immutable list class.
      • testImmutableHashSet

        public void testImmutableHashSet()
        Test the ImmutableHashMap class.
      • testOf

        public void testOf()
        test the of() methods.