math.complex
Class ComplexFloat2dTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by math.complex.ComplexFloat2dTest
All Implemented Interfaces:
junit.framework.Test

public class ComplexFloat2dTest
extends junit.framework.TestCase

ComplexSinglePrecisionArray2 Tester.

Since:
11/15/2005
Version:
1.0
Author:

Constructor Summary
ComplexFloat2dTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testGetIm()
           
 void testGetIm1()
           
 void testGetLength()
           
 void testGetRe()
           
 void testGetRe1()
           
 void testMinus()
           
 void testPlus()
           
 void testScale()
           
 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

ComplexFloat2dTest

public ComplexFloat2dTest(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

testScale

public void testScale()
               throws java.lang.Exception
Throws:
java.lang.Exception

testTimes

public void testTimes()
               throws java.lang.Exception
Throws:
java.lang.Exception

testPlus

public void testPlus()
              throws java.lang.Exception
Throws:
java.lang.Exception

testMinus

public void testMinus()
               throws java.lang.Exception
Throws:
java.lang.Exception

testGetIm

public void testGetIm()
               throws java.lang.Exception
Throws:
java.lang.Exception

testGetIm1

public void testGetIm1()
                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()