org.apache.commons.math.ode.sampling
Class DummyStepInterpolatorTest

java.lang.Object
  extended by org.apache.commons.math.ode.sampling.DummyStepInterpolatorTest

public class DummyStepInterpolatorTest
extends Object


Constructor Summary
DummyStepInterpolatorTest()
           
 
Method Summary
 void testFixedState()
           
 void testImpossibleSerialization()
           
 void testNoReset()
           
 void testSerialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyStepInterpolatorTest

public DummyStepInterpolatorTest()
Method Detail

testNoReset

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

testFixedState

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

testSerialization

public void testSerialization()
                       throws org.apache.commons.math.ode.DerivativeException,
                              IOException,
                              ClassNotFoundException
Throws:
org.apache.commons.math.ode.DerivativeException
IOException
ClassNotFoundException

testImpossibleSerialization

public void testImpossibleSerialization()
                                 throws IOException
Throws:
IOException


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