Package com.singularsys.exttests
Class LambdaFunTest
- java.lang.Object
-
- com.singularsys.exttests.LambdaFunTest
-
- Direct Known Subclasses:
LambdaFunSeqTest,MatrixLambdaFunTest
public class LambdaFunTest extends java.lang.Object- Author:
- rich
-
-
Field Summary
Fields Modifier and Type Field Description protected Jepjepprotected ListProcessorlp
-
Constructor Summary
Constructors Constructor Description LambdaFunTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiditerate_produces_a_geometric_sequence()voidsetUp()voidtestEmptyListTest()Cases which result withvoidtestLambda()voidtestSymbolicAndLambda()
-
-
-
Field Detail
-
jep
protected Jep jep
-
lp
protected ListProcessor lp
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLambda
public void testLambda() throws JepException- Throws:
JepException
-
iterate_produces_a_geometric_sequence
public void iterate_produces_a_geometric_sequence() throws JepException- Throws:
JepException
-
testEmptyListTest
public void testEmptyListTest() throws JepExceptionCases which result with- Throws:
JepException
-
testSymbolicAndLambda
public void testSymbolicAndLambda() throws JepException- Throws:
JepException
-
-