Package tests
Class ErrorParsedEvaluatedTests
java.lang.Object
tests.ErrorParsedEvaluatedTests
Tests of incorrect parsing of strings by the ExpressionTreeGenerator
- Author:
- Sara Sprenkle
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
parser
-
-
Constructor Details
-
ErrorParsedEvaluatedTests
public ErrorParsedEvaluatedTests()
-
-
Method Details
-
setUp
- Throws:
Exception
-
errorConstantExpressionTest
@Test public void errorConstantExpressionTest() -
errorUnrecognizedInputTest
@Test public void errorUnrecognizedInputTest() -
errorTooFewArgsTest
@Test public void errorTooFewArgsTest() -
errorExtraOperandTest
@Test public void errorExtraOperandTest() -
errorExtraOperandTest2
@Test public void errorExtraOperandTest2() -
errorMissingRightParenTest
@Test public void errorMissingRightParenTest() -
errorMissingLeftParenTest
@Test public void errorMissingLeftParenTest() -
errorMissingFunctionParenTest
@Test public void errorMissingFunctionParenTest()
-