Class RunTest

    • Constructor Summary

      Constructors 
      Constructor Description
      RunTest()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 ,
    • Constructor Detail

      • RunTest

        public RunTest()
    • Method Detail

      • 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