tests
Class ErrorParsedEvaluatedTests

java.lang.Object
  extended by tests.ErrorParsedEvaluatedTests

public class ErrorParsedEvaluatedTests
extends java.lang.Object

Tests of incorrect parsing


Field Summary
private  picasso.parser.ExpressionTreeGenerator parser
           
 
Constructor Summary
ErrorParsedEvaluatedTests()
           
 
Method Summary
 void errorConstantExpressionTest()
          
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

ErrorParsedEvaluatedTests

public ErrorParsedEvaluatedTests()
Method Detail

setUp

Throws:
java.lang.Exception

errorConstantExpressionTest


errorUnrecognizedInputTest


errorTooFewArgsTest


errorExtraOperandTest


errorExtraOperandTest2


errorMissingRightParenTest


errorMissingLeftParenTest


tearDown

Throws:
java.lang.Exception