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
ConstructorsConstructorDescriptionReportingAbstractStep(StepCreator.StepExecutionType stepExecutionType, String stepAsString) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected abstract StepResultperform(UUIDExceptionWrapper storyFailure) final StepResultperform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure) Methods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
getComposedSteps, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jbehave.core.steps.Step
doNotPerform
-
Constructor Details
-
ReportingAbstractStep
-
-
Method Details
-
perform
-
perform
-
asString
- Specified by:
asStringin interfaceStep- Overrides:
asStringin classStepCreator.AbstractStep
-
getStepAsString
-