Package edu.jas.integrate
Class ElementaryIntegrationLazardTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.integrate.ElementaryIntegrationLazardTest
-
- All Implemented Interfaces:
junit.framework.Test
public class ElementaryIntegrationLazardTest extends junit.framework.TestCase
Quotient over BigRational GenPolynomial tests with JUnit. Test Lazard Rioboo algorithm.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description ElementaryIntegrationLazardTest(java.lang.String name)Constructs aElementaryIntegrationLazardTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)main.protected voidsetUp()static junit.framework.Testsuite()suite.protected voidtearDown()voidtestMixedRational()Test mixed rational integral.voidtestPureLogarithm1()Test 1/p pure logarithm integral.voidtestPureLogarithmD()Test p'/p pure logarithm integral.voidtestRational()Test rational integral.voidtestRationalRecursive()Test rational integral with quotient coefficients.voidtestRationalWithLogarithm()Test mixed rational with p'/p + 1/p logarithm integral.voidtestRationalWithLogarithmD()Test mixed rational with p'/p logarithm integral.voidxtestRationalWithLogarithm1()Test mixed rational with 1/p logarithm integral.-
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
-
ElementaryIntegrationLazardTest
public ElementaryIntegrationLazardTest(java.lang.String name)
Constructs aElementaryIntegrationLazardTestobject.- 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
-
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.
-
testMixedRational
public void testMixedRational()
Test mixed rational integral.
-
-