org.jbehave.core
Class JUnitStories
java.lang.Object
org.jbehave.core.RunnableStoryDelegator
org.jbehave.core.JUnitStories
- All Implemented Interfaces:
- RunnableStory
public abstract class JUnitStories
- extends RunnableStoryDelegator
RunnableStoryDelegator
that runs multiple stories via their story paths.
- See Also:
RunnableStoryDelegator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitStories
public JUnitStories()
JUnitStories
public JUnitStories(StoryRunner storyRunner)
runStory
public void runStory()
throws Throwable
- Specified by:
runStory
in interface RunnableStory
- Overrides:
runStory
in class RunnableStoryDelegator
- Throws:
Throwable
storyPaths
protected abstract List<String> storyPaths()
Copyright © 2003-2010. All Rights Reserved.