org.jbehave.core
Class UnmodifiableStoryConfiguration
java.lang.Object
org.jbehave.core.StoryConfiguration
org.jbehave.core.UnmodifiableStoryConfiguration
public class UnmodifiableStoryConfiguration
- extends StoryConfiguration
Decorator of StoryConfiguration that disables modification of configuration elements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmodifiableStoryConfiguration
public UnmodifiableStoryConfiguration()
UnmodifiableStoryConfiguration
public UnmodifiableStoryConfiguration(StoryConfiguration delegate)
storyReporter
public StoryReporter storyReporter()
- Overrides:
storyReporter
in class StoryConfiguration
storyDefiner
public StoryDefiner storyDefiner()
- Overrides:
storyDefiner
in class StoryConfiguration
pendingErrorStrategy
public PendingErrorStrategy pendingErrorStrategy()
- Overrides:
pendingErrorStrategy
in class StoryConfiguration
stepCreator
public StepCreator stepCreator()
- Overrides:
stepCreator
in class StoryConfiguration
errorStrategy
public ErrorStrategy errorStrategy()
- Overrides:
errorStrategy
in class StoryConfiguration
keywords
public KeyWords keywords()
- Overrides:
keywords
in class StoryConfiguration
stepdocGenerator
public StepdocGenerator stepdocGenerator()
- Overrides:
stepdocGenerator
in class StoryConfiguration
stepdocReporter
public StepdocReporter stepdocReporter()
- Overrides:
stepdocReporter
in class StoryConfiguration
useKeywords
public void useKeywords(KeyWords keywords)
- Overrides:
useKeywords
in class StoryConfiguration
useStepCreator
public void useStepCreator(StepCreator stepCreator)
- Overrides:
useStepCreator
in class StoryConfiguration
usePendingErrorStrategy
public void usePendingErrorStrategy(PendingErrorStrategy pendingErrorStrategy)
- Overrides:
usePendingErrorStrategy
in class StoryConfiguration
useErrorStrategy
public void useErrorStrategy(ErrorStrategy errorStrategy)
- Overrides:
useErrorStrategy
in class StoryConfiguration
useStoryDefiner
public void useStoryDefiner(StoryDefiner storyDefiner)
- Overrides:
useStoryDefiner
in class StoryConfiguration
useStoryReporter
public void useStoryReporter(StoryReporter storyReporter)
- Overrides:
useStoryReporter
in class StoryConfiguration
useStepdocReporter
public void useStepdocReporter(StepdocReporter stepdocReporter)
- Overrides:
useStepdocReporter
in class StoryConfiguration
useStepdocGenerator
public void useStepdocGenerator(StepdocGenerator stepdocGenerator)
- Overrides:
useStepdocGenerator
in class StoryConfiguration
Copyright © 2003-2010. All Rights Reserved.