Uses of Class
org.jbehave.core.model.StoryMap
-
Packages that use StoryMap Package Description org.jbehave.core.embedder org.jbehave.core.model -
-
Uses of StoryMap in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return StoryMap Modifier and Type Method Description StoryMap
StoryMapper. getStoryMap(String filter)
-
Uses of StoryMap in org.jbehave.core.model
Methods in org.jbehave.core.model that return StoryMap Modifier and Type Method Description StoryMap
StoryMaps. getMap(String metaFilter)
Methods in org.jbehave.core.model that return types with arguments of type StoryMap Modifier and Type Method Description List<StoryMap>
StoryMaps. getMaps()
Constructor parameters in org.jbehave.core.model with type arguments of type StoryMap Constructor Description StoryMaps(List<StoryMap> maps)
-