Class MutablePrimitiveTest

java.lang.Object
org.djutils.base.MutablePrimitiveTest

public class MutablePrimitiveTest extends Object
MutablePrimitiveTest tests the mutable primitive classes such as the MutableInt and the MutableDouble.

Copyright (c) 2023-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.

Author:
Alexander Verbraeck
  • Constructor Details

    • MutablePrimitiveTest

      public MutablePrimitiveTest()
  • Method Details

    • testMutableInt

      @Test public void testMutableInt()
      Test the MutableInt.
    • testMutableLong

      @Test public void testMutableLong()
      Test the MutableLong.
    • testMutableDouble

      @Test public void testMutableDouble()
      Test the MutableDouble.
    • testMutableFloat

      @Test public void testMutableFloat()
      Test the MutableFloat.
    • testMutableShort

      @Test public void testMutableShort()
      Test the MutableShort.
    • testMutableByte

      @Test public void testMutableByte()
      Test the MutableByte.
    • testMutableBoolean

      @Test public void testMutableBoolean()
      Test the MutableBoolean.