cucumber.runtime
Class MethodFormat

java.lang.Object
  extended by cucumber.runtime.MethodFormat

public class MethodFormat
extends Object

Helper class for formatting a method signature to a shorter form.


Field Summary
static MethodFormat FULL
           
static MethodFormat SHORT
           
 
Method Summary
 String format(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT

public static final MethodFormat SHORT

FULL

public static final MethodFormat FULL
Method Detail

format

public String format(Method method)


Copyright © 2012. All Rights Reserved.