org.jbehave.core.parsers.gherkin
Class GherkinStoryParser

java.lang.Object
  extended by org.jbehave.core.parsers.TransformingStoryParser
      extended by org.jbehave.core.parsers.gherkin.GherkinStoryParser
All Implemented Interfaces:
StoryParser

public class GherkinStoryParser
extends TransformingStoryParser


Nested Class Summary
static class GherkinStoryParser.GherkinTransformer
           
 
Constructor Summary
GherkinStoryParser()
           
GherkinStoryParser(StoryParser delegate)
           
 
Method Summary
 
Methods inherited from class org.jbehave.core.parsers.TransformingStoryParser
parseStory, parseStory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GherkinStoryParser

public GherkinStoryParser()

GherkinStoryParser

public GherkinStoryParser(StoryParser delegate)


Copyright © 2003-2012. All Rights Reserved.