Package org.djutils.test
Class UnitTestTest
java.lang.Object
org.djutils.test.UnitTestTest
UnitTestTest tests the methods in the UnitTest class.
Copyright (c) 2024-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the fail methods in the Try class using Assignments.void
Test the fail methods in the Try class using assignments with lambda functions.void
Test the fail methods in the Try class using Executions.void
Test the fail methods in the Try class using lambda executions.
-
Constructor Details
-
UnitTestTest
public UnitTestTest()
-
-
Method Details
-
tryFailTestAssignLambda
Test the fail methods in the Try class using assignments with lambda functions.- Throws:
RuntimeException
- if that happens (uncaught); this test has failed.
-
tryFailTestAssign
Test the fail methods in the Try class using Assignments.- Throws:
RuntimeException
- if that happens (uncaught); this test has failed.
-
tryFailTestExecuteLambda
Test the fail methods in the Try class using lambda executions.- Throws:
RuntimeException
- if that happens (uncaught); this test has failed.
-
tryFailTestExecute
Test the fail methods in the Try class using Executions.- Throws:
RuntimeException
- if that happens (uncaught); this test has failed.
-