Package com.thoughtworks.gauge
Class StepValue
- java.lang.Object
-
- com.thoughtworks.gauge.StepValue
-
public class StepValue extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static StepValuefrom(Spec.ProtoStepValue protoStepValue)List<String>getParameters()StringgetStepAnnotationText()StringgetStepText()inthashCode()StringtoString()
-
-
-
Method Detail
-
from
public static StepValue from(Spec.ProtoStepValue protoStepValue)
-
getStepText
public String getStepText()
-
getStepAnnotationText
public String getStepAnnotationText()
-
-