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

public class RunTest extends Object
Use this class to run one of the following test
  • Param: reg - Expression regression test
  • Param: api - mXparser API test
  • Param: syn - Syntax checking test
  • Param: perf - Performance test
Version:
4.3.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Use this class to run one of the following test Param: reg - Expression regression test Param: api - mXparser API test Param: syn - Syntax checking test Param: perf - Performance test ,
    static int
    start(String... args)
    Use this class to run one of the following test Param: reg - Expression regression test Param: api - mXparser API test Param: syn - Syntax checking test Param: perf - Performance test ,

    Methods inherited from class java.lang.Object

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

    • RunTest

      public RunTest()
  • Method Details

    • start

      public static int start(String... args)
      Use this class to run one of the following test
      • Param: reg - Expression regression test
      • Param: api - mXparser API test
      • Param: syn - Syntax checking test
      • Param: perf - Performance test
      ,
      Parameters:
      args - reg - Expression regression test, api - mXparser API test Param: syn - Syntax checking test, perf - Performance test
      Returns:
      Number of tests with error result.
    • main

      public static void main(String[] args)
      Use this class to run one of the following test
      • Param: reg - Expression regression test
      • Param: api - mXparser API test
      • Param: syn - Syntax checking test
      • Param: perf - Performance test
      ,
      Parameters:
      args - reg - Expression regression test, api - mXparser API test Param: syn - Syntax checking test, perf - Performance test