Package org.djutils.base
Class MutablePrimitiveTest
java.lang.Object
org.djutils.base.MutablePrimitiveTest
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the MutableBoolean.void
Test the MutableByte.void
Test the MutableDouble.void
Test the MutableFloat.void
Test the MutableInt.void
Test the MutableLong.void
Test the MutableShort.
-
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.
-