Package tests

Class ExpressionTreeGeneratorTests

java.lang.Object
tests.ExpressionTreeGeneratorTests

public class ExpressionTreeGeneratorTests 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

    • ExpressionTreeGeneratorTests

      public ExpressionTreeGeneratorTests()
  • 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()
    • arithmeticStackTests

      @Test public void arithmeticStackTests()
    • floorFunctionTests

      @Test public void floorFunctionTests()