Package tests

Class ParseExpressionTreeTests

java.lang.Object
tests.ParseExpressionTreeTests

public class ParseExpressionTreeTests extends Object
Tests of creating an expression tree from a string expression. Will have compiler errors until some code is created.
Author:
Sara Sprenkle
  • Field Details

  • Constructor Details

    • ParseExpressionTreeTests

      public ParseExpressionTreeTests()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Throws:
      Exception
    • constantExpressionTests

      @Test public void constantExpressionTests()
    • variableExpressionTests

      @Test public void variableExpressionTests()
    • additionExpressionTests

      @Test public void additionExpressionTests()
    • parenthesesExpressionTests

      @Test public void parenthesesExpressionTests()
    • floorFunctionTests

      @Test public void floorFunctionTests()