|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.jas.integrate.ElementaryIntegrationTest
public class ElementaryIntegrationTest
Quotient over BigRational GenPolynomial tests with JUnit.
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 |
---|
public ElementaryIntegrationTest(java.lang.String name)
ElementaryIntegrationTest
object.
name
- String.Method Detail |
---|
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testRational()
public void testPureLogarithm1()
public void testPureLogarithmD()
public void testRationalWithLogarithmD()
public void xtestRationalWithLogarithm1()
public void testRationalWithLogarithm()
public void testRationalRecursive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |