Package org.djutils.draw
Class DrawRuntimeExceptionTest
- java.lang.Object
-
- org.djutils.draw.DrawRuntimeExceptionTest
-
public class DrawRuntimeExceptionTest extends Object
Test the constructors for ValueException.Copyright (c) 2013-2023 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
Constructors Constructor Description DrawRuntimeExceptionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawRuntimeExceptionTest()
Test all constructors for DrawRuntimeException.void
testDrawRuntimeException()
Test all constructors for DrawRuntimeException.
-