Class FieldTest

java.lang.Object
com.singularsys.jeptests.system.JepTest
com.singularsys.exttests.field.FieldTest
Direct Known Subclasses:
BigDecimalFieldTest, ComplexFieldTest, RationalFieldTest

public class FieldTest extends JepTest
Test for fields without matrix support.
  • Field Details

  • Constructor Details

    • FieldTest

      public FieldTest()
  • Method Details

    • setUp

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

      @Test public void testFieldBinomial() throws JepException
      Throws:
      JepException
    • testListAccess

      @Test @Disabled("Array tests not implemented for field tests") public void testListAccess()
      Overrides:
      testListAccess in class JepTest
    • testListOperations

      @Test @Disabled("Array tests not implemented for field tests") public void testListOperations()
      Overrides:
      testListOperations in class JepTest
    • testListAccessShiftZero

      @Test @Disabled("Array tests not implemented for field tests") public void testListAccessShiftZero()
      Overrides:
      testListAccessShiftZero in class JepTest
    • testMultiDimArray

      @Test @Disabled("Array tests not implemented for field tests") public void testMultiDimArray()
      Overrides:
      testMultiDimArray in class JepTest
    • testMultiDimArrayShiftZero

      @Test @Disabled("Array tests not implemented for field tests") public void testMultiDimArrayShiftZero()
      Overrides:
      testMultiDimArrayShiftZero in class JepTest
    • testListFunctions

      @Test @Disabled("Array tests not implemented for field tests") public void testListFunctions()
      Overrides:
      testListFunctions in class JepTest
    • testComplexListAccess

      @Test @Disabled("Complex tests not implemented for field tests") public void testComplexListAccess()
      Overrides:
      testComplexListAccess in class JepTest
    • testListExtra

      @Test @Disabled("Array tests not implemented for field tests") public void testListExtra()
      Overrides:
      testListExtra in class JepTest
    • testIllegalCalc

      @Test public void testIllegalCalc()
      Test 1/0 and 0/0 should either work or throw a JepException
    • setShiftZeroElePfmc

      protected void setShiftZeroElePfmc()
      Overrides:
      setShiftZeroElePfmc in class JepTest