org.apache.commons.math.ode
Class ContinuousOutputModelTest

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

public class ContinuousOutputModelTest
extends junit.framework.TestCase


Constructor Summary
ContinuousOutputModelTest(String name)
           
 
Method Summary
 void checkValue(double value, double reference)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void tearDown()
           
 void testBoundaries()
           
 void testErrorConditions()
           
 void testModelsMerging()
           
 void testRandomAccess()
           
 
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

ContinuousOutputModelTest

public ContinuousOutputModelTest(String name)
Method Detail

testBoundaries

public void testBoundaries()
                    throws org.apache.commons.math.ode.DerivativeException,
                           org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

testRandomAccess

public void testRandomAccess()
                      throws org.apache.commons.math.ode.DerivativeException,
                             org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

testModelsMerging

public void testModelsMerging()
                       throws org.apache.commons.math.ode.DerivativeException,
                              org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

testErrorConditions

public void testErrorConditions()
                         throws org.apache.commons.math.ode.DerivativeException
Throws:
org.apache.commons.math.ode.DerivativeException

checkValue

public void checkValue(double value,
                       double reference)

suite

public static junit.framework.Test suite()

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase


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