| Class | Description |
|---|---|
| ASTNodeFormulaToStringTest |
Tests related to
ASTNode.toFormula() and ASTNode.toFormula(FormulaCompiler). |
| ASTNodeInfixParsingTest |
Tests related to
ASTNode.parseFormula(String) and ASTNode.parseFormula(String, IFormulaParser). |
| ASTNodeTest | |
| TestInfixOperatorPrecedence |
Tests in order to insure that the operator precedence is respected when parsing
an infix formula into an ASTNode.
|