org.jbehave.core.configuration.spring
Class SpringStoryControls
java.lang.Object
org.jbehave.core.embedder.StoryControls
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpringStoryControls
public SpringStoryControls()
getDryRun
public boolean getDryRun()
setDryRun
public void setDryRun(boolean dryRun)
isSkipScenariosAfterFailure
public boolean isSkipScenariosAfterFailure()
setSkipScenariosAfterFailure
public void setSkipScenariosAfterFailure(boolean skipScenariosAfterFailure)
Copyright © 2003-2010. All Rights Reserved.