Class ConsoleTest

java.lang.Object
com.singularsys.jeptests.system.examples.ConsoleTest
Direct Known Subclasses:
BigDecimalConsoleTest, ChainedConsoleTest, CPConsoleTest, DJepConsoleTest, ExtensionConsoleTest, FieldConsoleTest, LambdaConsoleTest, MathMLConsoleTest, MatrixConsoleTest, MrpEvalConsoleTest, PostfixEvalConsoleTest, PrefixDumperConsoleTest, PrintConsoleTest, RpEvalConsoleTest, StreamConsoleTest, StructuredConsoleTest, VectorConsoleTest, XJepConsoleTest

public class ConsoleTest extends Object
Test for the Console
  • Field Details

    • console

      protected Console console
  • Constructor Details

    • ConsoleTest

      public ConsoleTest()
  • Method Details

    • setUp

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

      @Test public void testSetIndexShift0()
    • testSetIndexShift1

      @Test public void testSetIndexShift1()
    • testAllFunctionsHaveDescriptions

      @Tag("function_descriptions") @Test public void testAllFunctionsHaveDescriptions() throws IOException
      Throws:
      IOException
    • testAllOperatorHaveDescriptions

      @Tag("operator_descriptions") @Test public void testAllOperatorHaveDescriptions() throws IOException
      Throws:
      IOException
    • testAllFunctionsHaveValidInheritance

      @Test public void testAllFunctionsHaveValidInheritance() throws IOException
      Throws:
      IOException
    • testAllOperatorsHaveValidInheritance

      @Test public void testAllOperatorsHaveValidInheritance() throws IOException
      Throws:
      IOException
    • check_pfmcHasValidInherits

      public void check_pfmcHasValidInherits(PostfixMathCommandI pfmc)