Package edu.jas.poly
Class GenSolvablePolynomialTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.poly.GenSolvablePolynomialTest
-
- All Implemented Interfaces:
junit.framework.Test
public class GenSolvablePolynomialTest extends junit.framework.TestCase
GenSolvablePolynomial Test using JUnit. Note: not optimal since GenSolvablePolynomial does not implement RingElem<GenSolvablePolynomial>- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description GenSolvablePolynomialTest(java.lang.String name)Constructs aGenSolvablePolynomialTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)mainprotected voidsetUp()static junit.framework.Testsuite()suite.protected voidtearDown()voidtestConstructors()Test constructors and factory.voidtestExtendContract()Test extension and contraction.voidtestExtendContractWeyl()Test extension and contraction for Weyl relations.voidtestRecursion()Test recursion.voidtestReverse()Test reversion with rational coefficients.voidtestReverseComplex()Test reversion with complex coefficients.voidtestReverseComplexWeyl()Test reversion with complex coefficients as Weyl algebra.voidtestReverseQuat()Test reversion with quaternion coefficients.voidtestReverseQuatWeyl()Test reversion with quaternion coefficients and Weyl relations.voidtestReverseWeyl()Test reversion for Weyl relations.-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Constructor Detail
-
GenSolvablePolynomialTest
public GenSolvablePolynomialTest(java.lang.String name)
Constructs aGenSolvablePolynomialTestobject.- Parameters:
name- String.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main
-
suite
public static junit.framework.Test suite()
suite.
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testConstructors
public void testConstructors()
Test constructors and factory.
-
testExtendContract
public void testExtendContract()
Test extension and contraction.
-
testExtendContractWeyl
public void testExtendContractWeyl()
Test extension and contraction for Weyl relations.
-
testReverse
public void testReverse()
Test reversion with rational coefficients.
-
testReverseWeyl
public void testReverseWeyl()
Test reversion for Weyl relations.
-
testRecursion
public void testRecursion()
Test recursion.
-
testReverseQuat
public void testReverseQuat()
Test reversion with quaternion coefficients.
-
testReverseComplex
public void testReverseComplex()
Test reversion with complex coefficients.
-
testReverseComplexWeyl
public void testReverseComplexWeyl()
Test reversion with complex coefficients as Weyl algebra.
-
testReverseQuatWeyl
public void testReverseQuatWeyl()
Test reversion with quaternion coefficients and Weyl relations.
-
-