org.jbehave.core.junit
Class JUnitStoryMaps
java.lang.Object
org.jbehave.core.ConfigurableEmbedder
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()
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitStoryMaps
public JUnitStoryMaps()
run
public void run()
throws Throwable
- Throws:
Throwable
metaFilters
protected abstract List<String> metaFilters()
storyPaths
protected abstract List<String> storyPaths()
Copyright © 2003-2011. All Rights Reserved.