tests
Class ParsedExpressionTreeTests
java.lang.Object
tests.ParsedExpressionTreeTests
public class ParsedExpressionTreeTests
- extends java.lang.Object
Tests of creating an expression tree from a string expression
- Author:
- Sara Sprenkle
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsedExpressionTreeTests
public ParsedExpressionTreeTests()
setUp
public void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
constantExpressionTests
public void constantExpressionTests()
additionExpressionTests
public void additionExpressionTests()
parenthesesExpressionTests
public void parenthesesExpressionTests()
functionTests
public void functionTests()
complexTests
public void complexTests()
tearDown
public void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception