|
|||||||||
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.root.ComplexRootTest
public class ComplexRootTest
RootUtil tests with JUnit.
Constructor Summary | |
---|---|
ComplexRootTest(java.lang.String name)
Constructs a ComplexRootTest object. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main. |
protected void |
setUp()
|
static junit.framework.Test |
suite()
|
protected void |
tearDown()
|
void |
testCauchyIndex()
Test Cauchy index. |
void |
testComplexRootApproximation()
Test complex root approximation. |
void |
testComplexRootApproximationFull()
Test complex root approximation full algorithm. |
void |
testComplexRootApproximationWilkinsonFull()
Test complex root approximation full algorithm with Wilkinson polynomials. p = (x-i0)*(x-i1)*(x-i2)*(x-i3*... |
void |
testComplexRootApproximationWilkinsonInverseFull()
Test complex root approximation full algorithm with Wilkinson polynomials, inverse roots. p = (x-1/i1)*(x-1/i2)*(x-1/i3*... |
void |
testComplexRootInvariant()
Test complex root invariant rectangle. |
void |
testComplexRootInvariantMagnitude()
Test complex root invariant magnitude rectangle. |
void |
testComplexRootRefinement()
Test complex root refinement. |
void |
testComplexRootRefinementFull()
Test complex root refinement full. |
void |
testComplexRoots()
Test complex roots. |
void |
testComplexRootsImag()
Test complex roots, sqrt(-1). |
void |
testComplexRootsRand()
Test complex roots. |
void |
testRootBound()
Test root bound. |
void |
testRouth()
Test Routh. |
void |
testWindingNumber()
Test winding number. |
void |
testWindingNumberWrong()
Test winding number with wrong precondition. |
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 ComplexRootTest(java.lang.String name)
ComplexRootTest
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 testRootBound()
public void testCauchyIndex()
public void testRouth()
public void testWindingNumber()
public void testComplexRootsImag()
public void testComplexRootsRand()
public void testComplexRoots()
public void testComplexRootRefinement()
public void testComplexRootRefinementFull()
public void testWindingNumberWrong()
public void testComplexRootApproximation()
public void testComplexRootApproximationFull()
public void testComplexRootApproximationWilkinsonFull()
public void testComplexRootApproximationWilkinsonInverseFull()
public void testComplexRootInvariant()
public void testComplexRootInvariantMagnitude()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |