Package org.jbehave.core.embedder
Class StoryMapper
- java.lang.Object
-
- org.jbehave.core.embedder.StoryMapper
-
public class StoryMapper extends Object
MapsStory
s by aMetaFilter
.- Author:
- Mauro Talevi
-
-
Constructor Summary
Constructors Constructor Description StoryMapper()
-
Method Summary
Modifier and Type Method Description StoryMap
getStoryMap(String filter)
StoryMaps
getStoryMaps()
void
map(Story story, MetaFilter metaFilter)
Maps a story if it is not excluded by the meta filterString
toString()
-
-
-
Method Detail
-
map
public void map(Story story, MetaFilter metaFilter)
Maps a story if it is not excluded by the meta filter- Parameters:
story
- the StorymetaFilter
- the meta filter
-
getStoryMaps
public StoryMaps getStoryMaps()
-
-