Package org.jbehave.core.embedder
Class StoryMapper
- java.lang.Object
-
- org.jbehave.core.embedder.StoryMapper
-
public class StoryMapper extends Object
MapsStorys by aMetaFilter.- Author:
- Mauro Talevi
-
-
Constructor Summary
Constructors Constructor Description StoryMapper()
-
Method Summary
Modifier and Type Method Description StoryMapgetStoryMap(String filter)StoryMapsgetStoryMaps()voidmap(Story story, MetaFilter metaFilter)Maps a story if it is not excluded by the meta filterStringtoString()
-
-
-
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()
-
-