cucumber.runtime.snippets
Class SnippetGenerator

java.lang.Object
  extended by cucumber.runtime.snippets.SnippetGenerator

public final class SnippetGenerator
extends Object


Constructor Summary
SnippetGenerator(Snippet snippet)
           
 
Method Summary
 String getSnippet(gherkin.formatter.model.Step step)
           
static String untypedArguments(List<Class<?>> argumentTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnippetGenerator

public SnippetGenerator(Snippet snippet)
Method Detail

getSnippet

public String getSnippet(gherkin.formatter.model.Step step)

untypedArguments

public static String untypedArguments(List<Class<?>> argumentTypes)


Copyright © 2012. All Rights Reserved.