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

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

public class UnivariateRealSolverFactoryImplTest
extends junit.framework.TestCase

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

Constructor Summary
UnivariateRealSolverFactoryImplTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testNewBisectionSolverValid()
           
 void testNewBrentSolverValid()
           
 void testNewNewtonSolverValid()
           
 void testNewSecantSolverValid()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnivariateRealSolverFactoryImplTest

public UnivariateRealSolverFactoryImplTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.tearDown()

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.tearDown()

testNewBisectionSolverValid

public void testNewBisectionSolverValid()

testNewNewtonSolverValid

public void testNewNewtonSolverValid()

testNewBrentSolverValid

public void testNewBrentSolverValid()

testNewSecantSolverValid

public void testNewSecantSolverValid()


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