Package com.singularsys.exttests
Class MatrixCleanerTest
- java.lang.Object
-
- com.singularsys.exttests.CleanerTest
-
- com.singularsys.exttests.MatrixCleanerTest
-
public class MatrixCleanerTest extends CleanerTest
-
-
Constructor Summary
Constructors Constructor Description MatrixCleanerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCommutative()voidtestMigrate()voidtestMinus()-
Methods inherited from class com.singularsys.exttests.CleanerTest
Integer_power, myAssertEquals, nomCommute, parsePreprocSimp, parseProcSimpEval, simplifyTest, simplifyTestString, testDirtyFunctions, testInfinity, testKummerExpansion, testNegZero, testSimplification, testThreeArgumnet, testUnitaryPlusBug
-
-
-
-
Method Detail
-
setUp
public void setUp()
- Overrides:
setUpin classCleanerTest
-
testMigrate
public void testMigrate() throws java.lang.IllegalArgumentException, JepException- Overrides:
testMigratein classCleanerTest- Throws:
java.lang.IllegalArgumentExceptionJepException
-
testMinus
public void testMinus() throws java.lang.IllegalArgumentException, JepException- Overrides:
testMinusin classCleanerTest- Throws:
java.lang.IllegalArgumentExceptionJepException
-
testCommutative
public void testCommutative() throws JepException- Overrides:
testCommutativein classCleanerTest- Throws:
JepException
-
-