Package nl.tudelft.simulation.dsol.model
Class ModelTest
- java.lang.Object
-
- nl.tudelft.simulation.dsol.model.ModelTest
-
public class ModelTest extends Object
ModelTest.java.Copyright (c) 2021-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information DSOL Manual. The DSOL project is distributed under a three-clause BSD-style license, which can be found at DSOL License.
- Author:
- Alexander Verbraeck
-
-
Constructor Summary
Constructors Constructor Description ModelTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDSOLModel()Test the AbstractDSOLModel class.
-
-
-
Method Detail
-
testDSOLModel
public void testDSOLModel() throws InputParameterExceptionTest the AbstractDSOLModel class.- Throws:
InputParameterException- on error with input parameter
-
-