Package org.jbehave.core.steps
Class ConditionalStepCandidate
java.lang.Object
org.jbehave.core.steps.StepCandidate
org.jbehave.core.steps.ConditionalStepCandidate
-
Field Summary
Fields inherited from class org.jbehave.core.steps.StepCandidate
NAME_FORMAT
-
Method Summary
Modifier and TypeMethodDescriptioncreateMatchedStep
(String stepAsString, Map<String, String> namedParameters, List<Step> composedSteps) static StepCandidate
from
(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) Methods inherited from class org.jbehave.core.steps.StepCandidate
addComposedSteps, comment, composedSteps, createMatchedStepUponOutcome, getKeywords, getName, getParameterPrefix, getPatternAsString, getPriority, getStartingWord, getStepCreator, getStepMatcher, getStepMonitor, getStepsInstance, getStepsType, getStepType, ignore, isComposite, isPending, matches, matches, stripStartingWord, toString, useParanamer, useStepMonitor
-
Method Details
-
getMethod
- Overrides:
getMethod
in classStepCandidate
-
createMatchedStep
public Step createMatchedStep(String stepAsString, Map<String, String> namedParameters, List<Step> composedSteps) - Overrides:
createMatchedStep
in classStepCandidate
-
from
public static StepCandidate from(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates)
-