Package org.djutils.draw.surface
Class Surface3dTest
java.lang.Object
org.djutils.draw.surface.Surface3dTest
Surface3dTest.java; test the Surface3d class.
Copyright (c) 2021-2025 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, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the constructor(s) of Surface3d.voidTest the hashCode and Equals methods.
-
Constructor Details
-
Surface3dTest
public Surface3dTest()
-
-
Method Details
-
testConstructors
Test the constructor(s) of Surface3d. -
testHashCodeAndEquals
Test the hashCode and Equals methods.
-