Package tests

Class SemanticAnalyzerTest

java.lang.Object
tests.SemanticAnalyzerTest

class SemanticAnalyzerTest extends Object
Test the parsing from the Stack (not as easy as using a String as input, but helps to isolate where the problem is)
Author:
Sara Sprenkle
  • Field Details

  • Constructor Details

    • SemanticAnalyzerTest

      SemanticAnalyzerTest()
  • Method Details

    • setUp

      @BeforeEach void setUp() throws Exception
      Throws:
      Exception
    • testParseAddition

      @Test void testParseAddition()