Package org.djutils.draw.bounds
Class Bounds3dTest
- java.lang.Object
-
- org.djutils.draw.bounds.Bounds3dTest
-
public class Bounds3dTest extends Object
Bounds3dText.java.Copyright (c) 2020-2023 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
Constructors Constructor Description Bounds3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
constructorTest()
Test the bounding box constructor.void
methodTest()
Test various methods of a Bounds2d.
-
-
-
Method Detail
-
constructorTest
public void constructorTest() throws IllegalArgumentException, DrawRuntimeException
Test the bounding box constructor.- Throws:
DrawRuntimeException
- if that happens uncaught; this test has failedIllegalArgumentException
- on unexpected error
-
methodTest
public void methodTest() throws NullPointerException, IllegalArgumentException, DrawRuntimeException
Test various methods of a Bounds2d.- Throws:
DrawRuntimeException
- when that happens uncaught; this test has failedIllegalArgumentException
- when that happens uncaught; this test has failedNullPointerException
- when that happens uncaught; this test has failed
-
-