public class ElementaryIntegrationLazardTest extends junit.framework.TestCase
| Constructor and Description |
|---|
ElementaryIntegrationLazardTest(java.lang.String name)
Constructs a
ElementaryIntegrationLazardTest object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main.
|
protected void |
setUp() |
static junit.framework.Test |
suite()
suite.
|
protected void |
tearDown() |
void |
testMixedRational()
Test mixed rational integral.
|
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.
|
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, toStringpublic ElementaryIntegrationLazardTest(java.lang.String name)
ElementaryIntegrationLazardTest object.name - String.public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp()
setUp in class junit.framework.TestCaseprotected void tearDown()
tearDown in class junit.framework.TestCasepublic void testRational()
public void testPureLogarithm1()
public void testPureLogarithmD()
public void testRationalWithLogarithmD()
public void xtestRationalWithLogarithm1()
public void testRationalWithLogarithm()
public void testRationalRecursive()
public void testMixedRational()