Class RegTestSyntax
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.regressiontesting.RegTestSyntax
-
public class RegTestSyntax extends Object
RegTestSyntax - regression tests for the expression syntax checking- Version:
- 4.4.0
- Author:
- Mariusz Gromada
mariuszgromada.org@gmail.com
MathSpace.pl
MathParser.org - mXparser project page
mXparser on GitHub
mXparser on SourceForge
mXparser on Bitbucket
mXparser on CodePlex
Janet Sudoku - project web page
Janet Sudoku on GitHub
Janet Sudoku on CodePlex
Janet Sudoku on SourceForge
Janet Sudoku on BitBucket
Scalar Free
Scalar Pro
ScalarMath.org - See Also:
Expression
-
-
Constructor Summary
Constructors Constructor Description RegTestSyntax()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Runs syntax checking regression test.static intstart()Runs main regression tests in the field of calculation.static intstart(int numOfTests)Runs syntax checking regression test.
-
-
-
Method Detail
-
start
public static int start(int numOfTests)
Runs syntax checking regression test.- Parameters:
numOfTests- Number of tests to be executed- Returns:
- Number of errors.
-
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 syntax checking regression test.- Parameters:
args- no parameters are being considered
-
-