Class RegTestExpression
- java.lang.Object
-
- org.mariuszgromada.math.mxparser.regressiontesting.RegTestExpression
-
public class RegTestExpression extends java.lang.ObjectRegTestExpression - regression tests for the expression calculation- Version:
- 4.3.4
- 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 RegTestExpression()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Runs main regression tests in the field of calculation.static intstart()Runs main regression tests in the field of calculation.static intstart(int numOfTests)Runs main regression tests in the field of calculation.
-
-
-
Method Detail
-
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(java.lang.String[] args)
Runs main regression tests in the field of calculation.- Parameters:
args- no parameters are being considered
-
-