cucumber.runtime.java
Class JavaSnippet

java.lang.Object
  extended by cucumber.runtime.java.JavaSnippet
All Implemented Interfaces:
cucumber.runtime.snippets.Snippet

public class JavaSnippet
extends java.lang.Object
implements cucumber.runtime.snippets.Snippet


Constructor Summary
JavaSnippet()
           
 
Method Summary
 java.lang.String arguments(java.util.List<java.lang.Class<?>> argumentTypes)
           
 java.lang.String escapePattern(java.lang.String pattern)
           
 java.lang.String namedGroupEnd()
           
 java.lang.String namedGroupStart()
           
 java.lang.String template()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSnippet

public JavaSnippet()
Method Detail

arguments

public java.lang.String arguments(java.util.List<java.lang.Class<?>> argumentTypes)
Specified by:
arguments in interface cucumber.runtime.snippets.Snippet

template

public java.lang.String template()
Specified by:
template in interface cucumber.runtime.snippets.Snippet

namedGroupStart

public java.lang.String namedGroupStart()
Specified by:
namedGroupStart in interface cucumber.runtime.snippets.Snippet

namedGroupEnd

public java.lang.String namedGroupEnd()
Specified by:
namedGroupEnd in interface cucumber.runtime.snippets.Snippet

escapePattern

public java.lang.String escapePattern(java.lang.String pattern)
Specified by:
escapePattern in interface cucumber.runtime.snippets.Snippet