org.jbehave.core.configuration.spring
Class SpringStoryControls

java.lang.Object
  extended by org.jbehave.core.embedder.StoryControls
      extended by org.jbehave.core.configuration.spring.SpringStoryControls

public class SpringStoryControls
extends StoryControls

Extends StoryControls to provide getter/setter methods for all control properties, so it can be used by Spring's property mechanism.


Constructor Summary
SpringStoryControls()
           
 
Method Summary
 boolean getDryRun()
           
 boolean isSkipBeforeAndAfterScenarioStepsIfGivenStory()
           
 boolean isSkipScenariosAfterFailure()
           
 void setDryRun(boolean dryRun)
           
 void setSkipBeforeAndAfterScenarioStepsIfGivenStory(boolean skipBeforeAndAfterScenarioStepsIfGivenStory)
           
 void setSkipScenariosAfterFailure(boolean skipScenariosAfterFailure)
           
 
Methods inherited from class org.jbehave.core.embedder.StoryControls
doDryRun, doSkipBeforeAndAfterScenarioStepsIfGivenStory, doSkipScenariosAfterFailure, dryRun, skipBeforeAndAfterScenarioStepsIfGivenStory, skipScenariosAfterFailure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpringStoryControls

public SpringStoryControls()
Method Detail

getDryRun

public boolean getDryRun()

setDryRun

public void setDryRun(boolean dryRun)

isSkipScenariosAfterFailure

public boolean isSkipScenariosAfterFailure()

setSkipScenariosAfterFailure

public void setSkipScenariosAfterFailure(boolean skipScenariosAfterFailure)

isSkipBeforeAndAfterScenarioStepsIfGivenStory

public boolean isSkipBeforeAndAfterScenarioStepsIfGivenStory()

setSkipBeforeAndAfterScenarioStepsIfGivenStory

public void setSkipBeforeAndAfterScenarioStepsIfGivenStory(boolean skipBeforeAndAfterScenarioStepsIfGivenStory)


Copyright © 2003-2011. All Rights Reserved.