Class StoryMapper

java.lang.Object
org.jbehave.core.embedder.StoryMapper

public class StoryMapper extends Object
Maps Storys by a MetaFilter.
Author:
Mauro Talevi
  • Constructor Details

    • StoryMapper

      public StoryMapper()
  • Method Details

    • map

      public void map(Story story, MetaFilter metaFilter)
      Maps a story if it is not excluded by the meta filter
      Parameters:
      story - the Story
      metaFilter - the meta filter
    • getStoryMap

      public StoryMap getStoryMap(String filter)
    • getStoryMaps

      public StoryMaps getStoryMaps()
    • toString

      public String toString()
      Overrides:
      toString in class Object