tests
Class ErrorParsedEvaluatedTests

java.lang.Object
  extended by tests.ErrorParsedEvaluatedTests

public class ErrorParsedEvaluatedTests
extends java.lang.Object

Tests of incorrect parsing

Author:
Sara Sprenkle

Constructor Summary
ErrorParsedEvaluatedTests()
           
 
Method Summary
 void errorConstantExpressionTest()
           
 void errorExtraOperandTest()
           
 void errorExtraOperandTest2()
           
 void errorMissingLeftParenTest()
           
 void errorMissingRightParenTest()
           
 void errorTooFewArgsTest()
           
 void errorUnrecognizedInputTest()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorParsedEvaluatedTests

public ErrorParsedEvaluatedTests()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

errorConstantExpressionTest

public void errorConstantExpressionTest()

errorUnrecognizedInputTest

public void errorUnrecognizedInputTest()

errorTooFewArgsTest

public void errorTooFewArgsTest()

errorExtraOperandTest

public void errorExtraOperandTest()

errorExtraOperandTest2

public void errorExtraOperandTest2()

errorMissingRightParenTest

public void errorMissingRightParenTest()

errorMissingLeftParenTest

public void errorMissingLeftParenTest()

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception