Package com.singularsys.exttests
Class ChainedFunctionTest.ChainableSetup
java.lang.Object
com.singularsys.exttests.ChainedFunctionTest.ChainableSetup
- Enclosing class:
ChainedFunctionTest
Tests using chainable functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestDot()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestMax()voidvoidvoidvoidvoidvoidtestMin()voidvoidvoidvoidvoidvoidvoidvoidtestSort()voidvoidvoidtestSum()voidtestTSum()voidvoidvoidvoidtestVSum()void
-
Constructor Details
-
ChainableSetup
public ChainableSetup()
-
-
Method Details
-
setUp
- Throws:
Exception
-
test_anyMatch
- Throws:
Exception
-
test_anyMatchUnchained
- Throws:
Exception
-
test_unchaining
- Throws:
JepException
-
test_primes_builders
- Throws:
Exception
-
test_intersection_define
- Throws:
Exception
-
test_chained
- Throws:
JepException
-
test_accumulate
- Throws:
Exception
-
test_accumulate_unchained
- Throws:
Exception
-
testMapFold
- Throws:
JepException
-
testMapBinaryFun
- Throws:
JepException
-
testMapBinaryFunUnchained
- Throws:
JepException
-
testFilter
- Throws:
JepException
-
testSort
- Throws:
JepException
-
testSortEmpty
- Throws:
JepException
-
testNaturalSort
- Throws:
JepException
-
testNaturalSortEmpty
- Throws:
JepException
-
test_rsort
- Throws:
Exception
-
testIterate
- Throws:
JepException
-
testSum
- Throws:
JepException
-
testMax
- Throws:
JepException
-
testMaxUnChained
- Throws:
JepException
-
testFoldOr
- Throws:
JepException
-
testFoldOrEmpty
- Throws:
JepException
-
testFoldOrOne
- Throws:
JepException
-
testFoldOrUnchained
- Throws:
JepException
-
testFoldOrEmptyUnchained
- Throws:
JepException
-
testFoldOrOneUnchained
- Throws:
JepException
-
testMin
- Throws:
JepException
-
testReduce
- Throws:
JepException
-
testVSum
- Throws:
JepException
-
testVSumUnchained
- Throws:
JepException
-
testVSqrt
- Throws:
JepException
-
testVSqrtUnchained
- Throws:
JepException
-
testTSum
- Throws:
JepException
-
testTSumUnchained
- Throws:
JepException
-
testSendTo
- Throws:
JepException
-
testDot
- Throws:
JepException
-
testSphereVolume
- Throws:
JepException
-
testResolveOverloadedOperator
- Throws:
JepException
-
testResolveOverloadedFunctions
- Throws:
JepException
-
testCalcE
- Throws:
JepException
-
testCalcE2
- Throws:
JepException
-
testAppendChained
- Throws:
Exception
-
testAppend
- Throws:
Exception
-
testMerge
- Throws:
JepException
-
testMergeShortL
- Throws:
JepException
-
testMergeShortR
- Throws:
JepException
-
testMergeUnchained
- Throws:
JepException
-
test_flatten
- Throws:
Exception
-
test_distinct_unchained
- Throws:
Exception
-
test_distinct
- Throws:
Exception
-
testApplySumChained
- Throws:
JepException
-
testApplySum
- Throws:
JepException
-
test_firstOr
- Throws:
Exception
-
test_firstOrNone
- Throws:
Exception
-
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
-