org.jbehave.core.parsers.gherkin
Class GherkinStoryParser.GherkinTransformer

java.lang.Object
  extended by org.jbehave.core.parsers.gherkin.GherkinStoryParser.GherkinTransformer
All Implemented Interfaces:
StoryTransformer
Enclosing class:
GherkinStoryParser

public static class GherkinStoryParser.GherkinTransformer
extends Object
implements StoryTransformer


Constructor Summary
GherkinStoryParser.GherkinTransformer()
           
GherkinStoryParser.GherkinTransformer(LocalizedKeywords keywords)
           
 
Method Summary
 String transform(String storyAsText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GherkinStoryParser.GherkinTransformer

public GherkinStoryParser.GherkinTransformer()

GherkinStoryParser.GherkinTransformer

public GherkinStoryParser.GherkinTransformer(LocalizedKeywords keywords)
Method Detail

transform

public String transform(String storyAsText)
Specified by:
transform in interface StoryTransformer


Copyright © 2003-2012. All Rights Reserved.