Package org.jbehave.core.steps
Class StepCreator.PendingStep
java.lang.Object
org.jbehave.core.steps.StepCreator.AbstractStep
org.jbehave.core.steps.StepCreator.ReportingAbstractStep
org.jbehave.core.steps.StepCreator.PendingStep
- All Implemented Interfaces:
Step
- Enclosing class:
- StepCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidannotatedOn(Method method) doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResultperform(UUIDExceptionWrapper storyFailure) voidsetPendingMethod(String pendingMethod) Methods inherited from class org.jbehave.core.steps.StepCreator.ReportingAbstractStep
asString, getStepAsString, performMethods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
getComposedSteps, toString
-
Constructor Details
-
PendingStep
-
-
Method Details
-
perform
- Specified by:
performin classStepCreator.ReportingAbstractStep
-
doNotPerform
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) -
stepAsString
-
previousNonAndStepAsString
-
annotatedOn
-
annotated
public boolean annotated() -
getPendingMethod
-
setPendingMethod
-