org.apache.commons.math.analysis.solvers
Class BisectionSolverTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.analysis.solvers.BisectionSolverTest
All Implemented Interfaces:
junit.framework.Test

public final class BisectionSolverTest
extends junit.framework.TestCase

Version:
$Revision: 799857 $ $Date: 2009-08-01 09:07:12 -0400 (Sat, 01 Aug 2009) $

Constructor Summary
BisectionSolverTest()
           
 
Method Summary
 void testDeprecated()
          Deprecated. 
 void testQuinticZero()
           
 void testResetAbsoluteAccuracy()
           
 void testResetFunctionValueAccuracy()
           
 void testResetMaximalIterationCount()
           
 void testResetRelativeAccuracy()
           
 void testSetAbsoluteAccuracy()
           
 void testSetFunctionValueAccuracy()
           
 void testSetMaximalIterationCount()
           
 void testSetRelativeAccuracy()
           
 void testSinZero()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BisectionSolverTest

public BisectionSolverTest()
Method Detail

testDeprecated

@Deprecated
public void testDeprecated()
                    throws org.apache.commons.math.MathException
Deprecated. 

Throws:
org.apache.commons.math.MathException

testSinZero

public void testSinZero()
                 throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testQuinticZero

public void testQuinticZero()
                     throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testSetFunctionValueAccuracy

public void testSetFunctionValueAccuracy()

testResetFunctionValueAccuracy

public void testResetFunctionValueAccuracy()

testSetAbsoluteAccuracy

public void testSetAbsoluteAccuracy()

testResetAbsoluteAccuracy

public void testResetAbsoluteAccuracy()

testSetMaximalIterationCount

public void testSetMaximalIterationCount()

testResetMaximalIterationCount

public void testResetMaximalIterationCount()

testSetRelativeAccuracy

public void testSetRelativeAccuracy()

testResetRelativeAccuracy

public void testResetRelativeAccuracy()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.