Package net.thucydides.core.steps
Class StepNamer
java.lang.Object
net.thucydides.core.steps.StepNamer
public class StepNamer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description StepNamer(java.lang.reflect.Method method)
-
Method Summary
Modifier and Type Method Description static StepNamer
forMethod(java.lang.reflect.Method method)
java.lang.String
withArguments(java.lang.Object[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StepNamer
public StepNamer(java.lang.reflect.Method method)
-
-
Method Details
-
forMethod
-
withArguments
public java.lang.String withArguments(java.lang.Object[] args)
-