org.jbehave.core.junit
Class JUnitStories

java.lang.Object
  extended by org.jbehave.core.ConfigurableEmbedder
      extended by org.jbehave.core.junit.JUnitStories
All Implemented Interfaces:
Embeddable

public abstract class JUnitStories
extends ConfigurableEmbedder

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


Constructor Summary
JUnitStories()
           
 
Method Summary
 void run()
           
protected abstract  List<String> storyPaths()
           
 
Methods inherited from class org.jbehave.core.ConfigurableEmbedder
addSteps, addSteps, candidateSteps, configuration, configuredEmbedder, stepsFactory, useConfiguration, useEmbedder, useStepsFactory
 
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 Throwable
Throws:
Throwable

storyPaths

protected abstract List<String> storyPaths()


Copyright © 2003-2012. All Rights Reserved.