tests
Class ParsedExpressionTreeTests

java.lang.Object
  extended by tests.ParsedExpressionTreeTests

public class ParsedExpressionTreeTests
extends java.lang.Object

Tests of creating an expression tree from a string expression

Author:
Sara Sprenkle

Constructor Summary
ParsedExpressionTreeTests()
           
 
Method Summary
 void additionExpressionTests()
           
 void complexTests()
           
 void constantExpressionTests()
           
 void functionTests()
           
 void parenthesesExpressionTests()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsedExpressionTreeTests

public ParsedExpressionTreeTests()
Method Detail

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