org.shiftone.bigcalc.test
Class ParallelFunctionTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.shiftone.bigcalc.test.ParallelFunctionTestCase
All Implemented Interfaces:
MathConstants, junit.framework.Test

public class ParallelFunctionTestCase
extends junit.framework.TestCase
implements MathConstants

Version:
$Revision: 1.8 $
Author:
$Author: jeffdrost $

Field Summary
 
Fields inherited from interface org.shiftone.bigcalc.math.MathConstants
BD_239, FIVE, FOUR, I_TWO, ONE, TWO, ZERO
 
Constructor Summary
ParallelFunctionTestCase()
           
 
Method Summary
 java.util.Iterator getTestInputs()
           
 void testCosine()
           
 void testE()
           
 void testSine()
           
 void testSqrt()
           
 void testTan()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParallelFunctionTestCase

public ParallelFunctionTestCase()
Method Detail

getTestInputs

public java.util.Iterator getTestInputs()

testCosine

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

testSine

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

testTan

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

testSqrt

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

testE

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