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-2025 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidTest the MutableBoolean.voidTest the MutableByte.voidTest the MutableDouble.voidTest the MutableFloat.voidTest the MutableInt.voidTest the MutableLong.voidTest 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. 
 -