Class UniformBSplineTest

java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.spline.UniformBSplineTest

public class UniformBSplineTest extends ffx.utilities.FFXTest
Parameterized test of the UniformBSpline class.
Since:
1.0
Author:
Michael J. Schnieders
  • Field Summary

    Fields inherited from class ffx.utilities.FFXTest

    ffxCI, ffxOpenMM, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    UniformBSplineTest(String info, int order, double x, double[] expected, double[] expectedDiff)
    Parameterized test of the UniformBSpline class.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Collection<Object[]>
     
    void
    Test of bSpline method, of class UniformBSpline.
    void
    Test of bSplineDerivatives method, of class UniformBSpline.

    Methods inherited from class ffx.utilities.FFXTest

    afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UniformBSplineTest

      public UniformBSplineTest(String info, int order, double x, double[] expected, double[] expectedDiff)
      Parameterized test of the UniformBSpline class.
      Parameters:
      info -
      order -
      x -
      expected -
      expectedDiff -
      Since:
      1.0
  • Method Details

    • data

      public static Collection<Object[]> data()
    • testBSpline

      public void testBSpline()
      Test of bSpline method, of class UniformBSpline.
      Since:
      1.0
    • testBSplineDerivatives

      public void testBSplineDerivatives()
      Test of bSplineDerivatives method, of class UniformBSpline.
      Since:
      1.0