Package org.djutils.draw
Class DrawRuntimeExceptionTest
java.lang.Object
org.djutils.draw.DrawRuntimeExceptionTest
Test the constructors for ValueException.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Version:
- $Revision: 847 $, $LastChangedDate: 2020-01-17 15:57:08 +0100 (Fri, 17 Jan 2020) $, by $Author: pknoppers $, initial
version 27 sep. 2015
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test all constructors for DrawRuntimeException.final void
Test all constructors for DrawRuntimeException.
-
Constructor Details
-
DrawRuntimeExceptionTest
public DrawRuntimeExceptionTest()
-
-
Method Details
-
testDrawRuntimeException
@Test public final void testDrawRuntimeException()Test all constructors for DrawRuntimeException. -
drawRuntimeExceptionTest
@Test public final void drawRuntimeExceptionTest()Test all constructors for DrawRuntimeException.
-