com.agical.rmock.core.strategy.impl
Class FinallyStep

java.lang.Object
  extended by com.agical.rmock.core.strategy.impl.FinallyStep
All Implemented Interfaces:
TestStep

public class FinallyStep
extends java.lang.Object
implements TestStep


Constructor Summary
FinallyStep()
           
 
Method Summary
 void run()
           
 void setFinallyStep(TestStep protectedStep)
           
 void setMainStep(TestStep mainStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinallyStep

public FinallyStep()
Method Detail

setMainStep

public void setMainStep(TestStep mainStep)

setFinallyStep

public void setFinallyStep(TestStep protectedStep)

run

public void run()
         throws java.lang.Throwable
Specified by:
run in interface TestStep
Throws:
java.lang.Throwable


Copyright © 2005-2008 Agical AB. All Rights Reserved.