math.complex
Class ComplexFloat1dTest
java.lang.Object
   junit.framework.Assert
junit.framework.Assert
       junit.framework.TestCase
junit.framework.TestCase
           math.complex.ComplexFloat1dTest
math.complex.ComplexFloat1dTest
- All Implemented Interfaces: 
- junit.framework.Test
- public class ComplexFloat1dTest 
- extends junit.framework.TestCase
ComplexSinglePrecisionArray Tester.
- Since:
- 11/13/2005 
- Version:
- 1.0
- Author:
- D. Lyon
 
 
| Methods inherited from class junit.framework.TestCase | 
| countTestCases, getName, run, run, runBare, 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 | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ComplexFloat1dTest
public ComplexFloat1dTest(java.lang.String name)
setUp
public void setUp()
           throws java.lang.Exception
- 
- Overrides:
- setUpin class- junit.framework.TestCase
 
- 
- Throws:
- java.lang.Exception
 
tearDown
public void tearDown()
              throws java.lang.Exception
- 
- Overrides:
- tearDownin class- junit.framework.TestCase
 
- 
- Throws:
- java.lang.Exception
 
testPlus
public void testPlus()
              throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testGetCopy
public void testGetCopy()
                 throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testScaleAndMask
public void testScaleAndMask()
                      throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testTimes
public void testTimes()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testMinus
public void testMinus()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testLogScaleMagnitude
public void testLogScaleMagnitude()
                           throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testGetIm
public void testGetIm()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testSetIm
public void testSetIm()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testGetRe
public void testGetRe()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testGetRe1
public void testGetRe1()
                throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testGetLength
public void testGetLength()
                   throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
testSetRe
public void testSetRe()
               throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
suite
public static junit.framework.Test suite()
-