Package com.singularsys.exttests
Class FieldDJepTest
java.lang.Object
com.singularsys.jeptests.system.JepTest
com.singularsys.exttests.XJepTest
com.singularsys.exttests.DJepTest
com.singularsys.exttests.FieldDJepTest
Using differentiation and fields. Works because rather than being based of
the class hierarchy for pfmc's differentiation uses operators.
-
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 inherited from class com.singularsys.exttests.DJepTest
PRINT_RESULTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()Sets up the parser.voidvoidvoidTest for bug with 1&&1&&1voidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.singularsys.exttests.DJepTest
addStandardDiffRules_is_silent_when_using_RationalNumberFactory_and_log_removed_from_functionTable, addStandardDiffRules_returns_false_when_differenting_log_using_RationalNumberFactory, simplify_equation_with_partial_derivative_by_replacing, simplify_equation_with_partial_derivative_with_DPolynomialCreator, testAssignDiff, testChainedVariables, testDiff, testDiffCompleCubic, testDoc, testMacro, testMacroDiffMethods inherited from class com.singularsys.exttests.XJepTest
build_expression_step_by_step_using_preprocess_eval_and_eqn, cleanerTest, eval_function_cause_argument_to_be_evaluated_at_preprocessed_time, parseProcCleanEval, preprocess_function_cause_argument_to_be_preprocessed_at_eval_time, processCleanTestString, run_preprocessor_commands, shallowcopy_of_preprocess_functions_are_new_instances_of_same_classes, test_sub_of_variable_with_equation, test_substitution_with_xvariable, test_xassign_with_preprocessor, testCleaner, testExpand, testFormat, testFunctionTable, testFunctionTableWithExtraComponents, testLogical, testNull, testPrint, testReentrant, testSetupPreprocess_functions_using_default_constructor, testSetupPreprocess_functions_using_xjep_constructor, testSub, testTreeBuild, testUndecVar, testVariableReuse, testVarInEqn, testXFunctionTable_with_decorator_constructorMethods 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, setShiftZeroElePfmc, 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, testFunction, testIf, testImplicitMul, testLazyLogical, testLazyLogical2, testLogarithm, testMacroFunction, testMultiLine, testMultiplyBug, testNaN, testNoAssign, testNumbers, testNumParam, testParseException, testPlusPlus, testRecursiveMacroFunction, testSemiColon, testSetAllowUndeclared, testSimpleSum, testSpecialFunctions, testSpecialFunctions, testStrings, testStringsFun, testSwitch, testUminusPower, testX2Y, valueTest, valueTest, valueTestFail, valueTestNaN, valueTestNull, valueTestString
-
Constructor Details
-
FieldDJepTest
public FieldDJepTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp()Description copied from class:JepTestSets up the parser. -
testOperatorTable
@Test public void testOperatorTable()- Overrides:
testOperatorTablein classXJepTest
-
testListAccess
@Test @Disabled("FieldDjepTest.testListAccess() not implemented") public void testListAccess()- Overrides:
testListAccessin classJepTest
-
testListOperations
@Test @Disabled("FieldDjepTest.testListOperations() not implemented") public void testListOperations()- Overrides:
testListOperationsin classJepTest
-
testComplexListAccess
@Test @Disabled("FieldDjepTest.testComplexListAccess() not implemented") public void testComplexListAccess()- Overrides:
testComplexListAccessin classJepTest
-
testMultiDimArray
@Test @Disabled("FieldDjepTest.testMultiDimArray() not implemented") public void testMultiDimArray()- Overrides:
testMultiDimArrayin classJepTest
-
testListFunctions
@Test @Disabled("FieldDjepTest.testListFunctions() not implemented") public void testListFunctions()- Overrides:
testListFunctionsin classJepTest
-
testMultiDimArrayShiftZero
@Test @Disabled("FieldDjepTest.testMultiDimArrayShiftZero() not implemented") public void testMultiDimArrayShiftZero()- Overrides:
testMultiDimArrayShiftZeroin classJepTest
-
testListAccessShiftZero
@Test @Disabled("FieldDjepTest.testListAccessShiftZero() not implemented") public void testListAccessShiftZero()- Overrides:
testListAccessShiftZeroin classJepTest
-
testListExtra
@Test @Disabled("FieldDjepTest.testListExtra() not implemented") public void testListExtra()- Overrides:
testListExtrain classJepTest
-
testNumberAsBooleanLogical
@Test @Disabled("FieldDjepTest.testNumberAsBooleanLogical() not implemented") public void testNumberAsBooleanLogical()- Overrides:
testNumberAsBooleanLogicalin classJepTest
-
testLazyLogicalBug
@Test @Disabled("FieldDjepTest.testLazyLogicalBug() not implemented") public void testLazyLogicalBug()Description copied from class:JepTestTest for bug with 1&&1&&1- Overrides:
testLazyLogicalBugin classJepTest
-
testBernstein
@Test @Disabled("FieldDjepTest.testBernstein() not implemented") public void testBernstein()- Overrides:
testBernsteinin classXJepTest
-