Class UnitTestTest

java.lang.Object
org.djutils.test.UnitTestTest

public class UnitTestTest extends Object
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 Details

    • UnitTestTest

      public UnitTestTest()
  • Method Details

    • tryFailTestAssignLambda

      @Test public void tryFailTestAssignLambda() throws RuntimeException
      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 public void tryFailTestAssign() throws RuntimeException
      Test the fail methods in the Try class using Assignments.
      Throws:
      RuntimeException - if that happens (uncaught); this test has failed.
    • tryFailTestExecuteLambda

      @Test public void tryFailTestExecuteLambda() throws RuntimeException
      Test the fail methods in the Try class using lambda executions.
      Throws:
      RuntimeException - if that happens (uncaught); this test has failed.
    • tryFailTestExecute

      @Test public void tryFailTestExecute() throws RuntimeException
      Test the fail methods in the Try class using Executions.
      Throws:
      RuntimeException - if that happens (uncaught); this test has failed.