Class RegTestExpression

java.lang.Object
org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpression

public class RegTestExpression extends Object
RegTestExpression - regression tests for the expression calculation
Version:
4.4.0
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Runs main regression tests in the field of calculation.
    static int
    Runs main regression tests in the field of calculation.
    static int
    start(int numOfTests)
    Runs main regression tests in the field of calculation.

    Methods inherited from class java.lang.Object

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

    • RegTestExpression

      public RegTestExpression()
  • Method Details

    • start

      public static int start(int numOfTests)
      Runs main regression tests in the field of calculation.
      Parameters:
      numOfTests - Number of tests to be executed
      Returns:
      Number of tests with error result.
    • start

      public static int start()
      Runs main regression tests in the field of calculation.
      Returns:
      Number of tests with error result.
    • main

      public static void main(String[] args)
      Runs main regression tests in the field of calculation.
      Parameters:
      args - no parameters are being considered