org.apache.commons.math3.ode
Class ContinuousOutputModelTest

java.lang.Object
  extended by org.apache.commons.math3.ode.ContinuousOutputModelTest

public class ContinuousOutputModelTest
extends Object


Constructor Summary
ContinuousOutputModelTest()
           
 
Method Summary
 void checkValue(double value, double reference)
           
 void setUp()
           
 void tearDown()
           
 void testBoundaries()
           
 void testErrorConditions()
           
 void testModelsMerging()
           
 void testRandomAccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuousOutputModelTest

public ContinuousOutputModelTest()
Method Detail

testBoundaries

public void testBoundaries()
                    throws DimensionMismatchException,
                           NumberIsTooSmallException,
                           MaxCountExceededException,
                           NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testRandomAccess

public void testRandomAccess()
                      throws DimensionMismatchException,
                             NumberIsTooSmallException,
                             MaxCountExceededException,
                             NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testModelsMerging

public void testModelsMerging()
                       throws MaxCountExceededException,
                              MathIllegalArgumentException
Throws:
MaxCountExceededException
MathIllegalArgumentException

testErrorConditions

public void testErrorConditions()
                         throws MaxCountExceededException,
                                MathIllegalArgumentException
Throws:
MaxCountExceededException
MathIllegalArgumentException

checkValue

public void checkValue(double value,
                       double reference)

setUp

public void setUp()

tearDown

public void tearDown()


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