Class PostfixEvalTest

java.lang.Object
com.singularsys.jeptests.system.JepTest
com.singularsys.jeptests.system.PostfixEvalTest

public class PostfixEvalTest extends JepTest
Test for the PostfixEvaluator
  • Constructor Details

    • PostfixEvalTest

      public PostfixEvalTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
      Description copied from class: JepTest
      Sets up the parser.
      Overrides:
      setUp in class JepTest
    • testSetAllowUndeclared

      @Test @Disabled("Setting undeclared not implement for PostfixEvaluator") public void testSetAllowUndeclared()
      Description copied from class: JepTest
      Tests whether allowUndeclared is working properly.
      Overrides:
      testSetAllowUndeclared in class JepTest
    • testPostfixBug

      @Test public void testPostfixBug() throws Exception
      Throws:
      Exception
    • testNull

      @Test @Disabled("NULL tests not implemented for PostfixEvaluator") public void testNull()
      Overrides:
      testNull in class JepTest
    • testCaseNull

      @Test @Disabled("NULL tests not implemented for PostfixEvaluator") public void testCaseNull()
      Overrides:
      testCaseNull in class JepTest