Package tests
Class ParseExpressionTreeTests
java.lang.Object
tests.ParseExpressionTreeTests
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
-
ParseExpressionTreeTests
public ParseExpressionTreeTests()
-
-
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() -
floorFunctionTests
@Test public void floorFunctionTests()
-