Package org.djutils.draw.surface
Class Surface3dTest
java.lang.Object
org.djutils.draw.surface.Surface3dTest
Surface3dTest.java; test the Surface3d class.
Copyright (c) 2021-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the constructor(s) of Surface3d.void
Test the hashCode and Equals methods.
-
Constructor Details
-
Surface3dTest
public Surface3dTest()
-
-
Method Details
-
testConstructors
@Test public void testConstructors()Test the constructor(s) of Surface3d. -
testHashCodeAndEquals
@Test public void testHashCodeAndEquals()Test the hashCode and Equals methods.
-