tests
Class EvaluatorTests

java.lang.Object
  extended by tests.EvaluatorTests

public class EvaluatorTests
extends java.lang.Object

Tests of the evaluation of x


Field Summary
private  picasso.parser.ExpressionTreeGenerator parser
           
 
Constructor Summary
EvaluatorTests()
           
 
Method Summary
 void setUp()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parser

private picasso.parser.ExpressionTreeGenerator parser
Constructor Detail

EvaluatorTests

public EvaluatorTests()
Method Detail

setUp

Throws:
java.lang.Exception

testConstantEvaluation


testXEvaluation


tearDown

Throws:
java.lang.Exception