Package org.jbehave.core.model
Class Step
- java.lang.Object
-
- org.jbehave.core.model.Step
-
public class Step extends Object
-
-
Constructor Summary
Constructors Constructor Description Step(StepCreator.StepExecutionType executionType, String stepAsString)
-
-
-
Constructor Detail
-
Step
public Step(StepCreator.StepExecutionType executionType, String stepAsString)
-
-
Method Detail
-
getExecutionType
public StepCreator.StepExecutionType getExecutionType()
-
getStepAsString
public String getStepAsString()
-
-