Class ContinuousPiecewiseLinearTest

java.lang.Object
org.djutils.draw.function.ContinuousPiecewiseLinearTest

public class ContinuousPiecewiseLinearTest extends Object
ContinuousPiecewiseLinearTest.java.

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

    • ContinuousPiecewiseLinearTest

      public ContinuousPiecewiseLinearTest()
  • Method Details

    • testContinuousPiecewiseLinearFunction

      @Test public void testContinuousPiecewiseLinearFunction()
      Test the ContinuousPiecewiseLinearFunction class.
    • testContinuousPiecewiseLinearFunctionConstructors

      static void testContinuousPiecewiseLinearFunctionConstructors(String problem, double... in)
      Test the various constructors of ContinuousPiecewiseLinearFunction.
      Parameters:
      problem - description of the problem with the input data that the test should detect
      in - double... input for the constructors