org.rubato.math.module
Class PolynomialElementTest

java.lang.Object
  extended by org.rubato.math.module.PolynomialElementTest

public class PolynomialElementTest
extends java.lang.Object


Constructor Summary
PolynomialElementTest()
           
 
Method Summary
 void setUp()
           
 void testCast()
           
 void testClone()
           
 void testEvaluate()
           
 void testGetCoefficient()
           
 void testGetDegree()
           
 void testGetLeadingCoefficient()
           
 void testGetModule()
           
 void testGetPolynomialRing()
           
 void testGetRing()
           
 void testInverse()
           
 void testInvert()
           
 void testIsInvertible()
           
 void testIsOne()
           
 void testIsZero()
           
 void testMultiplyRingElement()
           
 void testPower()
           
 void testProductRingElement()
           
 void testScale()
           
 void testScaled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolynomialElementTest

public PolynomialElementTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

testIsOne

public final void testIsOne()

testIsZero

public final void testIsZero()

testProductRingElement

public final void testProductRingElement()

testMultiplyRingElement

public final void testMultiplyRingElement()

testIsInvertible

public final void testIsInvertible()

testInverse

public final void testInverse()

testInvert

public final void testInvert()

testClone

public final void testClone()

testScaled

public final void testScaled()

testScale

public final void testScale()

testEvaluate

public final void testEvaluate()

testGetModule

public final void testGetModule()

testGetPolynomialRing

public final void testGetPolynomialRing()

testGetCoefficient

public final void testGetCoefficient()

testGetLeadingCoefficient

public final void testGetLeadingCoefficient()

testGetDegree

public final void testGetDegree()

testCast

public final void testCast()

testPower

public final void testPower()

testGetRing

public final void testGetRing()