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 StepcreateMatchedStep(String stepAsString, Map<String,String> namedParameters, List<Step> composedSteps)static StepCandidatefrom(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates)MethodgetMethod()-
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:
getMethodin classStepCandidate
-
createMatchedStep
public Step createMatchedStep(String stepAsString, Map<String,String> namedParameters, List<Step> composedSteps)
- Overrides:
createMatchedStepin classStepCandidate
-
from
public static StepCandidate from(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates)
-
-