Package com.singularsys.exttests
Class ChainedFunctionTest.ChainedSetup
java.lang.Object
com.singularsys.exttests.ChainedFunctionTest.ChainedSetup
- Enclosing class:
ChainedFunctionTest
Tests using the chained functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestDot()voidvoidvoidvoidvoidvoidvoidtestFold()voidvoidvoidvoidvoidvoidvoidvoidtestLast()voidvoidvoidvoidvoidvoidvoidtestMax()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestSkip()voidvoidvoidvoidvoidvoid
-
Constructor Details
-
ChainedSetup
public ChainedSetup()
-
-
Method Details
-
setUp
- Throws:
Exception
-
test_anyMatch
- Throws:
Exception
-
test_compensated_sum
- Throws:
Exception
-
test_accumulate
- Throws:
Exception
-
testDefineChainedFunction
- Throws:
JepException
-
test_unchaining
- Throws:
JepException
-
test_chained
- Throws:
JepException
-
test_lambda_with_matrix_arg
- Throws:
JepException
-
testDotProduct
- Throws:
JepException
-
testContinuedFractionsWithComplexSignature
- Throws:
JepException
-
testContinuedFractions
- Throws:
JepException
-
test_set_append
- Throws:
Exception
-
test_flatten
- Throws:
Exception
-
testBinary
- Throws:
JepException
-
testMapBinaryFun
- Throws:
JepException
-
testFilter
- Throws:
JepException
-
testLimit
- Throws:
JepException
-
testLimitEmpty
- Throws:
JepException
-
testLimitOne
- Throws:
JepException
-
testSkip
- Throws:
JepException
-
testSkipEmpty
- Throws:
JepException
-
testSkipOne
- Throws:
JepException
-
testLambdaSort
- Throws:
JepException
-
testComparitorSort
- Throws:
JepException
-
test_rsort
- Throws:
Exception
-
testFieldSort
- Throws:
JepException
-
testIterate
- Throws:
JepException
-
testFold
- Throws:
JepException
-
testFoldEmpty
- Throws:
JepException
-
testFoldSingle
- Throws:
JepException
-
testFoldOr
- Throws:
JepException
-
testFoldOrEmpty
- Throws:
JepException
-
testFoldOrOne
- Throws:
JepException
-
testReduce
- Throws:
JepException
-
testReduceEmpty
- Throws:
JepException
-
testReduceSingle
- Throws:
JepException
-
testReduce2
- Throws:
JepException
-
testReduce2Empty
- Throws:
JepException
-
testReduce2Single
- Throws:
JepException
-
testVSqrt
- Throws:
JepException
-
testTerminalNaryBinaryWithStart
- Throws:
JepException
-
testTerminalNaryBinaryWithStartEmpty
- Throws:
JepException
-
testTerminalNaryBinaryWithStartOne
- Throws:
JepException
-
testFirst
- Throws:
JepException
-
testFirstOne
- Throws:
JepException
-
testFirstNone
- Throws:
JepException
-
test_firstOr
- Throws:
Exception
-
test_firstOrNone
- Throws:
Exception
-
testLast
- Throws:
JepException
-
testLastOne
- Throws:
JepException
-
testLastNone
- Throws:
JepException
-
testMax
- Throws:
JepException
-
testMaxOne
- Throws:
JepException
-
testMaxNone
- Throws:
JepException
-
testSendTo
- Throws:
JepException
-
testDot
- Throws:
JepException
-
testAppend
- Throws:
Exception
-
testMerge
- Throws:
JepException
-
testMergeShortL
- Throws:
JepException
-
testMergeShortR
- Throws:
JepException
-
testConseq
- Throws:
JepException
-
testConseq2
- Throws:
JepException
-
test_distinct
- Throws:
Exception
-
testAddMap
- Throws:
Exception
-
testAddFilter
- Throws:
Exception
-
testCalcE
- Throws:
JepException
-
testOperatorPrecedence
- Throws:
JepException
-
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
- Throws:
IOException
-
testAllOperatorsHaveValidInheritance
- Throws:
IOException
-
check_pfmcHasValidInherits
-