Package com.singularsys.exttests.field
Class FieldTest
java.lang.Object
com.singularsys.jeptests.system.JepTest
com.singularsys.exttests.field.FieldTest
- Direct Known Subclasses:
BigDecimalFieldTest,ComplexFieldTest,RationalFieldTest
Test for fields without matrix support.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.jeptests.system.JepTest
JepTest.AddFractionsNary, JepTest.AddFractionsStack, JepTest.Diff, JepTest.MyBinary, JepTest.MyNary, JepTest.MyNaryBinary, JepTest.MyNullary, JepTest.MyUnary, JepTest.PiFun, JepTest.Product, JepTest.Square -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidsetUp()Sets up the parser.voidvoidvoidTest 1/0 and 0/0 should either work or throw a JepExceptionvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.singularsys.jeptests.system.JepTest
assertEqNodes, buildMatrix, buildVector, calcValue, calcValue, checkVector, compareRecursive, complexValueTest, getNumber, myAssertEquals, myAssertNaN, myAssertNull, negativeZero, nodeTest, nodeTest, nodeTest, nodeTest, printTestHeader, test_adding_existing_constant_fails, test_not_X_Y, test_parser_sets_parent, testAssign, testBinom, testBlankParser, testCaseNull, testCaseString, testChangeVariable, testChangeVariableComplex, testComments, testComplex, testEleUnit, testEmptyEqn, testEmptyEqn2, testEvalExceptions, testEvaluate, testEvaluateComplex, testEvaluateString, testExpectedTokenSequence, testFormat, testFunction, testIf, testImplicitMul, testLazyLogical, testLazyLogical2, testLazyLogicalBug, testLogarithm, testLogical, testMacroFunction, testMultiLine, testMultiplyBug, testNaN, testNoAssign, testNull, testNumberAsBooleanLogical, testNumbers, testNumParam, testParseException, testPlusPlus, testRecursiveMacroFunction, testSemiColon, testSetAllowUndeclared, testSimpleSum, testSpecialFunctions, testSpecialFunctions, testStrings, testStringsFun, testSwitch, testUminusPower, testX2Y, valueTest, valueTest, valueTestFail, valueTestNaN, valueTestNull, valueTestString
-
Field Details
-
PRINT_RESULTS
public static final boolean PRINT_RESULTS
-
-
Constructor Details
-
FieldTest
public FieldTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp()Description copied from class:JepTestSets up the parser. -
testFieldBinomial
- Throws:
JepException
-
testListAccess
@Test @Disabled("Array tests not implemented for field tests") public void testListAccess()- Overrides:
testListAccessin classJepTest
-
testListOperations
@Test @Disabled("Array tests not implemented for field tests") public void testListOperations()- Overrides:
testListOperationsin classJepTest
-
testListAccessShiftZero
@Test @Disabled("Array tests not implemented for field tests") public void testListAccessShiftZero()- Overrides:
testListAccessShiftZeroin classJepTest
-
testMultiDimArray
@Test @Disabled("Array tests not implemented for field tests") public void testMultiDimArray()- Overrides:
testMultiDimArrayin classJepTest
-
testMultiDimArrayShiftZero
@Test @Disabled("Array tests not implemented for field tests") public void testMultiDimArrayShiftZero()- Overrides:
testMultiDimArrayShiftZeroin classJepTest
-
testListFunctions
@Test @Disabled("Array tests not implemented for field tests") public void testListFunctions()- Overrides:
testListFunctionsin classJepTest
-
testComplexListAccess
@Test @Disabled("Complex tests not implemented for field tests") public void testComplexListAccess()- Overrides:
testComplexListAccessin classJepTest
-
testListExtra
@Test @Disabled("Array tests not implemented for field tests") public void testListExtra()- Overrides:
testListExtrain classJepTest
-
testIllegalCalc
@Test public void testIllegalCalc()Test 1/0 and 0/0 should either work or throw a JepException -
setShiftZeroElePfmc
protected void setShiftZeroElePfmc()- Overrides:
setShiftZeroElePfmcin classJepTest
-