Package org.jbehave.core.steps
Class StepCreator.ReportingAbstractStep
java.lang.Object
org.jbehave.core.steps.StepCreator.AbstractStep
org.jbehave.core.steps.StepCreator.ReportingAbstractStep
- All Implemented Interfaces:
Step
- Direct Known Subclasses:
StepCreator.Comment
,StepCreator.IgnorableStep
,StepCreator.ParametrisedStep
,StepCreator.PendingStep
- Enclosing class:
- StepCreator
-
Constructor Summary
ConstructorDescriptionReportingAbstractStep
(StepCreator.StepExecutionType stepExecutionType, String stepAsString) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected abstract StepResult
perform
(UUIDExceptionWrapper storyFailure) final StepResult
perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure) Methods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
getComposedSteps, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jbehave.core.steps.Step
doNotPerform
-
Constructor Details
-
ReportingAbstractStep
-
-
Method Details
-
perform
-
perform
-
asString
- Specified by:
asString
in interfaceStep
- Overrides:
asString
in classStepCreator.AbstractStep
-
getStepAsString
-