tests
Class ErrorParsedEvaluatedTests
java.lang.Object
tests.ErrorParsedEvaluatedTests
public class ErrorParsedEvaluatedTests
- extends java.lang.Object
Tests of incorrect parsing
- Author:
- Sara Sprenkle
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorParsedEvaluatedTests
public ErrorParsedEvaluatedTests()
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