|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.complex.ComplexUtilsTest
public class ComplexUtilsTest
Constructor Summary | |
---|---|
ComplexUtilsTest()
|
Method Summary | |
---|---|
protected org.apache.commons.math.complex.Complex |
altPolar(double r,
double theta)
Deprecated. to be removed in 2.0 |
void |
testAcos()
Deprecated. to be removed in 2.0 |
void |
testAcosInf()
Deprecated. to be removed in 2.0 |
void |
testAcosNaN()
Deprecated. to be removed in 2.0 |
void |
testAcosNull()
Deprecated. to be removed in 2.0 |
void |
testAsin()
Deprecated. to be removed in 2.0 |
void |
testAsinInf()
Deprecated. to be removed in 2.0 |
void |
testAsinNaN()
Deprecated. to be removed in 2.0 |
void |
testAsinNull()
Deprecated. to be removed in 2.0 |
void |
testAtan()
Deprecated. to be removed in 2.0 |
void |
testAtanInf()
Deprecated. to be removed in 2.0 |
void |
testAtanNaN()
Deprecated. to be removed in 2.0 |
void |
testAtanNull()
Deprecated. to be removed in 2.0 |
void |
testCos()
Deprecated. to be removed in 2.0 |
void |
testCosh()
Deprecated. to be removed in 2.0 |
void |
testCoshInf()
Deprecated. to be removed in 2.0 |
void |
testCoshNaN()
Deprecated. to be removed in 2.0 |
void |
testCoshNull()
Deprecated. to be removed in 2.0 |
void |
testCosInf()
Deprecated. to be removed in 2.0 |
void |
testCosNaN()
Deprecated. to be removed in 2.0 |
void |
testCosNull()
Deprecated. to be removed in 2.0 |
void |
testExp()
Deprecated. to be removed in 2.0 |
void |
testExpInf()
Deprecated. to be removed in 2.0 |
void |
testExpNaN()
Deprecated. to be removed in 2.0 |
void |
testExpNull()
Deprecated. to be removed in 2.0 |
void |
testLog()
Deprecated. to be removed in 2.0 |
void |
testLogInf()
Deprecated. to be removed in 2.0 |
void |
testLogNaN()
Deprecated. to be removed in 2.0 |
void |
testlogNull()
Deprecated. to be removed in 2.0 |
void |
testLogZero()
Deprecated. to be removed in 2.0 |
void |
testPolar2Complex()
|
void |
testPolar2ComplexIllegalModulus()
|
void |
testPolar2ComplexInf()
|
void |
testPolar2ComplexNaN()
|
void |
testPow()
Deprecated. to be removed in 2.0 |
void |
testPowInf()
Deprecated. to be removed in 2.0 |
void |
testPowNaNBase()
Deprecated. to be removed in 2.0 |
void |
testPowNaNExponent()
Deprecated. to be removed in 2.0 |
void |
testpowNull()
Deprecated. to be removed in 2.0 |
void |
testPowZero()
Deprecated. to be removed in 2.0 |
void |
testSin()
Deprecated. to be removed in 2.0 |
void |
testSinh()
Deprecated. to be removed in 2.0 |
void |
testSinhInf()
Deprecated. to be removed in 2.0 |
void |
testSinhNaN()
Deprecated. to be removed in 2.0 |
void |
testsinhNull()
Deprecated. to be removed in 2.0 |
void |
testSinInf()
Deprecated. to be removed in 2.0 |
void |
testSinNaN()
Deprecated. to be removed in 2.0 |
void |
testSinNull()
Deprecated. to be removed in 2.0 |
void |
testSqrt1z()
Deprecated. to be removed in 2.0 |
void |
testSqrt1zNaN()
Deprecated. to be removed in 2.0 |
void |
testSqrt1zNull()
Deprecated. to be removed in 2.0 |
void |
testSqrtImaginaryNegative()
Deprecated. to be removed in 2.0 |
void |
testSqrtImaginaryZero()
Deprecated. to be removed in 2.0 |
void |
testSqrtInf()
Deprecated. to be removed in 2.0 |
void |
testSqrtNaN()
Deprecated. to be removed in 2.0 |
void |
testSqrtNull()
Deprecated. to be removed in 2.0 |
void |
testSqrtPolar()
Deprecated. to be removed in 2.0 |
void |
testSqrtRealNegative()
Deprecated. to be removed in 2.0 |
void |
testSqrtRealPositive()
Deprecated. to be removed in 2.0 |
void |
testSqrtRealZero()
Deprecated. to be removed in 2.0 |
void |
testTan()
Deprecated. to be removed in 2.0 |
void |
testTanCritical()
Deprecated. to be removed in 2.0 |
void |
testTanh()
Deprecated. to be removed in 2.0 |
void |
testTanhCritical()
Deprecated. to be removed in 2.0 |
void |
testTanhInf()
Deprecated. to be removed in 2.0 |
void |
testTanhNaN()
Deprecated. to be removed in 2.0 |
void |
testTanhNull()
Deprecated. to be removed in 2.0 |
void |
testTanInf()
Deprecated. to be removed in 2.0 |
void |
testTanNaN()
Deprecated. to be removed in 2.0 |
void |
testTanNull()
Deprecated. to be removed in 2.0 |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComplexUtilsTest()
Method Detail |
---|
public void testAcos()
public void testAcosInf()
public void testAcosNaN()
public void testAcosNull()
public void testAsin()
public void testAsinNaN()
public void testAsinInf()
public void testAsinNull()
public void testAtan()
public void testAtanInf()
public void testAtanNaN()
public void testAtanNull()
public void testCos()
public void testCosNaN()
public void testCosInf()
public void testCosNull()
public void testCosh()
public void testCoshNaN()
public void testCoshInf()
public void testCoshNull()
public void testExp()
public void testExpNaN()
public void testExpInf()
public void testExpNull()
public void testLog()
public void testLogNaN()
public void testLogInf()
public void testLogZero()
public void testlogNull()
public void testPolar2Complex()
protected org.apache.commons.math.complex.Complex altPolar(double r, double theta)
public void testPolar2ComplexIllegalModulus()
public void testPolar2ComplexNaN()
public void testPolar2ComplexInf()
public void testPow()
public void testPowNaNBase()
public void testPowNaNExponent()
public void testPowInf()
public void testPowZero()
public void testpowNull()
public void testSin()
public void testSinInf()
public void testSinNaN()
public void testSinNull()
public void testSinh()
public void testSinhNaN()
public void testSinhInf()
public void testsinhNull()
public void testSqrtRealPositive()
public void testSqrtRealZero()
public void testSqrtRealNegative()
public void testSqrtImaginaryZero()
public void testSqrtImaginaryNegative()
public void testSqrtPolar()
public void testSqrtNaN()
public void testSqrtInf()
public void testSqrtNull()
public void testSqrt1z()
public void testSqrt1zNaN()
public void testSqrt1zNull()
public void testTan()
public void testTanNaN()
public void testTanInf()
public void testTanCritical()
public void testTanNull()
public void testTanh()
public void testTanhNaN()
public void testTanhInf()
public void testTanhCritical()
public void testTanhNull()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |