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 TypeMethodDescriptionboolean
void
annotatedOn
(Method method) doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResult
perform
(UUIDExceptionWrapper storyFailure) void
setPendingMethod
(String pendingMethod) Methods inherited from class org.jbehave.core.steps.StepCreator.ReportingAbstractStep
asString, getStepAsString, perform
Methods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
getComposedSteps, toString
-
Constructor Details
-
PendingStep
-
-
Method Details
-
perform
- Specified by:
perform
in classStepCreator.ReportingAbstractStep
-
doNotPerform
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) -
stepAsString
-
previousNonAndStepAsString
-
annotatedOn
-
annotated
public boolean annotated() -
getPendingMethod
-
setPendingMethod
-