edu.jas.ps
Class MultiVarPowerSeriesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.jas.ps.MultiVarPowerSeriesTest
All Implemented Interfaces:
junit.framework.Test

public class MultiVarPowerSeriesTest
extends junit.framework.TestCase

Multivariate power series tests with JUnit.

Author:
Heinz Kredel.

Constructor Summary
MultiVarPowerSeriesTest(java.lang.String name)
          Constructs a MultiVarPowerSeriesTest object.
 
Method Summary
static void main(java.lang.String[] args)
          main.
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testAddition()
          Test addition.
 void testCoefficients()
          Test MultiVarCoefficients.
 void testCoefficientsInPS()
          Test MultiVarCoefficients in power series.
 void testConstruction()
          Test constructor and generators.
 void testDistributive()
          Test distributive law.
 void testEvaluation()
          Test evaluation.
 void testFixpoints()
          Test fix point constructions.
 void testGcd()
          Test gcd.
 void testInverse()
          Test inverse.
 void testMultiplication()
          Test multiplication.
 void testPolynomial()
          Test polynomial constructions.
 void testRandom()
          Test random polynomial.
 void testReductum()
          Test reductum.
 void testTaylor()
          Test Taylor series.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiVarPowerSeriesTest

public MultiVarPowerSeriesTest(java.lang.String name)
Constructs a MultiVarPowerSeriesTest object.

Parameters:
name - String.
Method Detail

main

public static void main(java.lang.String[] args)
main.


suite

public static junit.framework.Test suite()

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testCoefficients

public void testCoefficients()
Test MultiVarCoefficients.


testConstruction

public void testConstruction()
Test constructor and generators.


testRandom

public void testRandom()
Test random polynomial.


testCoefficientsInPS

public void testCoefficientsInPS()
Test MultiVarCoefficients in power series.


testAddition

public void testAddition()
Test addition.


testMultiplication

public void testMultiplication()
Test multiplication.


testDistributive

public void testDistributive()
Test distributive law.


testInverse

public void testInverse()
Test inverse.


testFixpoints

public void testFixpoints()
Test fix point constructions.


testReductum

public void testReductum()
Test reductum.


testPolynomial

public void testPolynomial()
Test polynomial constructions.


testGcd

public void testGcd()
Test gcd.


testTaylor

public void testTaylor()
Test Taylor series.


testEvaluation

public void testEvaluation()
Test evaluation.