org.jbehave.core.junit
Class JUnitStoryMaps

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

public abstract class JUnitStoryMaps
extends ConfigurableEmbedder

JUnit-runnable entry-point to map stories specified by storyPaths(), using the meta filters specified by metaFilters().


Constructor Summary
JUnitStoryMaps()
           
 
Method Summary
protected abstract  java.util.List<java.lang.String> metaFilters()
           
 void run()
           
protected abstract  java.util.List<java.lang.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

JUnitStoryMaps

public JUnitStoryMaps()
Method Detail

run

public void run()
         throws java.lang.Throwable
Throws:
java.lang.Throwable

metaFilters

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

storyPaths

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


Copyright © 2003-2012. All Rights Reserved.