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().


Field Summary
 
Fields inherited from class org.jbehave.core.AbstractStory
candidateSteps, configuration
 
Constructor Summary
JUnitStories()
           
 
Method Summary
 void run()
           
protected abstract  java.util.List<java.lang.String> storyPaths()
           
 
Methods inherited from class org.jbehave.core.AbstractStory
addSteps, configuredEmbedder, getConfiguration, getSteps, 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
Throws:
java.lang.Throwable

storyPaths

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


Copyright © 2003-2010. All Rights Reserved.