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

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

public final class NewtonSolverTest
extends junit.framework.TestCase

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

Constructor Summary
NewtonSolverTest()
           
 
Method Summary
 void testDeprecated()
          Deprecated. 
 void testQuinticZero()
           
 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

NewtonSolverTest

public NewtonSolverTest()
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


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