math.complex
Class ComplexFloat1dTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by 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

Constructor Summary
ComplexFloat1dTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testGetCopy()
           
 void testGetIm()
           
 void testGetLength()
           
 void testGetRe()
           
 void testGetRe1()
           
 void testLogScaleMagnitude()
           
 void testMinus()
           
 void testPlus()
           
 void testScaleAndMask()
           
 void testSetIm()
           
 void testSetRe()
           
 void testTimes()
           
 
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
 

Constructor Detail

ComplexFloat1dTest

public ComplexFloat1dTest(java.lang.String name)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Overrides:
tearDown in 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()