Package org.djutils.draw.bounds
Class Bounds2dTest
java.lang.Object
org.djutils.draw.bounds.Bounds2dTest
Bounds2dTest.java.
Copyright (c) 2020-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 bounding rectangle constructor.void
Test various methods of a Bounds2d.
-
Constructor Details
-
Bounds2dTest
public Bounds2dTest()
-
-
Method Details
-
constructorTest
Test the bounding rectangle constructor.- Throws:
DrawRuntimeException
- if that happens uncaught; this test has failedIllegalArgumentException
- if that happens uncaught; this test has failed
-
methodTest
@Test public void methodTest() throws NullPointerException, IllegalArgumentException, DrawRuntimeExceptionTest 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
-