org.apache.commons.math3.ode.events
Class EventStateTest

java.lang.Object
  extended by org.apache.commons.math3.ode.events.EventStateTest

public class EventStateTest
extends Object


Constructor Summary
EventStateTest()
           
 
Method Summary
 void closeEvents()
           
 void testIssue695()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventStateTest

public EventStateTest()
Method Detail

closeEvents

public void closeEvents()
                 throws MaxCountExceededException,
                        NoBracketingException
Throws:
MaxCountExceededException
NoBracketingException

testIssue695

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


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