org.jbehave.core
Class JUnitStories

java.lang.Object
  extended by org.jbehave.core.AbstractStory
      extended by org.jbehave.core.JUnitStories
All Implemented Interfaces:
RunnableStory

public abstract class JUnitStories
extends AbstractStory

JUnit-runnable entry-point to run multiple stories specified by storyPaths().


Constructor Summary
JUnitStories()
           
 
Method Summary
 void run()
          Runs the story
protected abstract  java.util.List<java.lang.String> storyPaths()
           
 
Methods inherited from class org.jbehave.core.AbstractStory
addSteps, addSteps, candidateSteps, configuration, configuredEmbedder, useConfiguration, useEmbedder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitStories

public JUnitStories()
Method Detail

run

public void run()
         throws java.lang.Throwable
Description copied from interface: RunnableStory
Runs the story

Throws:
java.lang.Throwable

storyPaths

protected abstract java.util.List<java.lang.String> storyPaths()


Copyright © 2003-2010. All Rights Reserved.