public class UnitilsStepCandidate
extends org.jbehave.core.steps.StepCandidate
StepCandidate with all the Unitils classes.| Constructor and Description |
|---|
UnitilsStepCandidate(String patternAsString,
int priority,
org.jbehave.core.steps.StepType stepType,
Method method,
Class<?> stepsType,
org.jbehave.core.steps.InjectableStepsFactory stepsFactory,
org.jbehave.core.configuration.Keywords keywords,
org.jbehave.core.parsers.StepPatternParser stepPatternParser,
org.jbehave.core.steps.ParameterConverters parameterConverters,
org.jbehave.core.steps.ParameterControls parameterControls) |
addComposedSteps, composedOf, composedSteps, createMatchedStep, createMatchedStepUponOutcome, doDryRun, getMethod, getPatternAsString, getPriority, getStartingWord, getStepsInstance, getStepsType, getStepType, ignore, isAndStep, isComposite, isIgnorableStep, isPending, matches, matches, toString, useParanamer, useStepMonitorpublic UnitilsStepCandidate(String patternAsString, int priority, org.jbehave.core.steps.StepType stepType, Method method, Class<?> stepsType, org.jbehave.core.steps.InjectableStepsFactory stepsFactory, org.jbehave.core.configuration.Keywords keywords, org.jbehave.core.parsers.StepPatternParser stepPatternParser, org.jbehave.core.steps.ParameterConverters parameterConverters, org.jbehave.core.steps.ParameterControls parameterControls)
patternAsString - : the pattern as plain text.priority - : the priority of the stepstepType - : the StepType from the method.method - : the method from the step.stepsType - : the class of the steptype.stepsFactory - : an InjectableStepsFactorykeywords - : the keywords defined by JBehavestepPatternParser - : a StepPatternParser.parameterConverters - : type ParameterConvertersparameterControls - : of type ParameterControlsCopyright © 2015. All Rights Reserved.