Class CPTest

java.lang.Object
com.singularsys.jeptests.system.JepTest
com.singularsys.jeptests.system.CPTest
Direct Known Subclasses:
ConcurrentVariableTableTest, CPSeqOpTest, MatrixTest, RealEvalTest

public class CPTest extends JepTest
Tests for the configurable parser.
  • Constructor Details

    • CPTest

      public CPTest()
  • Method Details

    • setUp

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

      @Test public void testAddOp() throws ParseException
      Tests the addOperator method
      Throws:
      ParseException
    • testCPStrings

      @Test public void testCPStrings() throws Exception
      Throws:
      Exception
    • testEmptyEqn2

      @Test public void testEmptyEqn2() throws Exception
      Overrides:
      testEmptyEqn2 in class JepTest
      Throws:
      Exception
    • testDepth3ArrayAccess

      @Test public void testDepth3ArrayAccess() throws Exception
      Throws:
      Exception
    • testDepth3ArrayAccessShiftZero

      @Test public void testDepth3ArrayAccessShiftZero() throws Exception
      Throws:
      Exception
    • testMultiDimArrayAccess

      @Test public void testMultiDimArrayAccess() throws Exception
      Throws:
      Exception
    • testMultiDimArrayAccessShiftZero

      @Test public void testMultiDimArrayAccessShiftZero() throws Exception
      Throws:
      Exception
    • testMultiDimArrayPrint

      @Test public void testMultiDimArrayPrint() throws Exception
      Throws:
      Exception