Class RunTest
java.lang.Object
org.mariuszgromada.math.mxparser.regressiontesting.RunTest
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
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
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 Details
-
RunTest
public RunTest()
-
-
Method Details
-
start
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
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
-