edu.jas.integrate
Class ElementaryIntegrationTest

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

public class ElementaryIntegrationTest
extends junit.framework.TestCase

Quotient over BigRational GenPolynomial tests with JUnit.

Author:
Heinz Kredel.

Constructor Summary
ElementaryIntegrationTest(java.lang.String name)
          Constructs a ElementaryIntegrationTest object.
 
Method Summary
static void main(java.lang.String[] args)
          main.
protected  void setUp()
           
static junit.framework.Test suite()
          suite.
protected  void tearDown()
           
 void testPureLogarithm1()
          Test 1/p pure logarithm integral.
 void testPureLogarithmD()
          Test p'/p pure logarithm integral.
 void testRational()
          Test rational integral.
 void testRationalRecursive()
          Test rational integral with quotient coefficients.
 void testRationalWithLogarithm()
          Test mixed rational with p'/p + 1/p logarithm integral.
 void testRationalWithLogarithmD()
          Test mixed rational with p'/p logarithm integral.
 void xtestRationalWithLogarithm1()
          Test mixed rational with 1/p logarithm integral.
 
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

ElementaryIntegrationTest

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

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:
setUp in class junit.framework.TestCase

tearDown

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

testRational

public void testRational()
Test rational integral.


testPureLogarithm1

public void testPureLogarithm1()
Test 1/p pure logarithm integral.


testPureLogarithmD

public void testPureLogarithmD()
Test p'/p pure logarithm integral.


testRationalWithLogarithmD

public void testRationalWithLogarithmD()
Test mixed rational with p'/p logarithm integral.


xtestRationalWithLogarithm1

public void xtestRationalWithLogarithm1()
Test mixed rational with 1/p logarithm integral.


testRationalWithLogarithm

public void testRationalWithLogarithm()
Test mixed rational with p'/p + 1/p logarithm integral.


testRationalRecursive

public void testRationalRecursive()
Test rational integral with quotient coefficients.