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  List<String> metaFilters()
           
 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

JUnitStoryMaps

public JUnitStoryMaps()
Method Detail

run

public void run()
         throws Throwable
Throws:
Throwable

metaFilters

protected abstract List<String> metaFilters()

storyPaths

protected abstract List<String> storyPaths()


Copyright © 2003-2012. All Rights Reserved.