Package tests
Class ExpressionTreeGeneratorTests
java.lang.Object
tests.ExpressionTreeGeneratorTests
Tests of creating an expression tree from a string expression. Will have
compiler errors until some code is created.
- Author:
- Sara Sprenkle
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
parser
-
-
Constructor Details
-
ExpressionTreeGeneratorTests
public ExpressionTreeGeneratorTests()
-
-
Method Details
-
setUp
- Throws:
Exception
-
constantExpressionTests
@Test public void constantExpressionTests() -
variableExpressionTests
@Test public void variableExpressionTests() -
additionExpressionTests
@Test public void additionExpressionTests() -
parenthesesExpressionTests
@Test public void parenthesesExpressionTests() -
arithmeticStackTests
@Test public void arithmeticStackTests() -
floorFunctionTests
@Test public void floorFunctionTests()
-