Package org.jbehave.core.steps
Class ConditionalStepCandidate
- java.lang.Object
-
- org.jbehave.core.steps.StepCandidate
-
- org.jbehave.core.steps.ConditionalStepCandidate
-
public class ConditionalStepCandidate extends StepCandidate
-
-
Field Summary
-
Fields inherited from class org.jbehave.core.steps.StepCandidate
NAME_FORMAT
-
-
Method Summary
Modifier and Type Method Description Step
createMatchedStep(String stepAsString, Map<String,String> namedParameters, List<Step> composedSteps)
static StepCandidate
from(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates)
Method
getMethod()
-
Methods inherited from class org.jbehave.core.steps.StepCandidate
addComposedSteps, comment, composedOf, composedSteps, createMatchedStepUponOutcome, doDryRun, getKeywords, getName, getParameterPrefix, getPatternAsString, getPriority, getStartingWord, getStepCreator, getStepMatcher, getStepMonitor, getStepsInstance, getStepsType, getStepType, ignore, isComposite, isPending, matches, matches, stripStartingWord, toString, useParanamer, useStepMonitor
-
-
-
-
Method Detail
-
getMethod
public Method 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)
-
-