org.apache.commons.math.analysis
Class NewtonSolverTest

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

public final class NewtonSolverTest
extends junit.framework.TestCase

Version:
$Revision: 480442 $ $Date: 2006-11-29 00:21:22 -0700 (Wed, 29 Nov 2006) $

Constructor Summary
NewtonSolverTest()
           
 
Method Summary
 void testQuinticZero()
           
 void testSerialization()
          Test Serialization and Recovery
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewtonSolverTest

public NewtonSolverTest()
Method Detail

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

testSerialization

public void testSerialization()
                       throws org.apache.commons.math.MathException
Test Serialization and Recovery

Throws:
org.apache.commons.math.MathException


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.