Package org.jbehave.core.steps
Class StepCreator.ConditionalStep
java.lang.Object
org.jbehave.core.steps.StepCreator.AbstractStep
org.jbehave.core.steps.StepCreator.ConditionalStep
- All Implemented Interfaces:
Step
- Enclosing class:
- StepCreator
-
Constructor Summary
ConstructorDescriptionConditionalStep
(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps) -
Method Summary
Modifier and TypeMethodDescriptiondoNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) Methods inherited from class org.jbehave.core.steps.StepCreator.AbstractStep
asString, getComposedSteps, toString
-
Constructor Details
-
ConditionalStep
public ConditionalStep(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps)
-
-
Method Details
-
perform
public StepResult perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) -
doNotPerform
public StepResult doNotPerform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened)
-