com.yobotics.simulationconstructionset.util.simulationRunner
Class SimulationRewindabilityVerifierTest

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.simulationRunner.SimulationRewindabilityVerifierTest

public class SimulationRewindabilityVerifierTest
extends java.lang.Object


Constructor Summary
SimulationRewindabilityVerifierTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testDifficultToDetectNonRewindableSimulation()
           
 void testEasilyDetectableNonRewindableSimulation()
           
 void testRewindableSimulation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationRewindabilityVerifierTest

public SimulationRewindabilityVerifierTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testRewindableSimulation

public void testRewindableSimulation()
                              throws UnreasonableAccelerationException
Throws:
UnreasonableAccelerationException

testEasilyDetectableNonRewindableSimulation

public void testEasilyDetectableNonRewindableSimulation()
                                                 throws UnreasonableAccelerationException
Throws:
UnreasonableAccelerationException

testDifficultToDetectNonRewindableSimulation

public void testDifficultToDetectNonRewindableSimulation()
                                                  throws UnreasonableAccelerationException
Throws:
UnreasonableAccelerationException