public class SerenityStepCandidate
extends org.jbehave.core.steps.StepCandidate
| Constructor and Description |
|---|
SerenityStepCandidate(org.jbehave.core.steps.StepCandidate stepCandidate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComposedSteps(java.util.List<org.jbehave.core.steps.Step> steps,
java.lang.String stepAsString,
java.util.Map<java.lang.String,java.lang.String> namedParameters,
java.util.List<org.jbehave.core.steps.StepCandidate> allCandidates) |
void |
composedOf(java.lang.String[] steps) |
java.lang.String[] |
composedSteps() |
org.jbehave.core.steps.Step |
createMatchedStep(java.lang.String stepAsString,
java.util.Map<java.lang.String,java.lang.String> namedParameters) |
void |
doDryRun(boolean dryRun) |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getPatternAsString() |
java.lang.Integer |
getPriority() |
java.lang.String |
getStartingWord() |
org.jbehave.core.steps.StepType |
getStepType() |
boolean |
ignore(java.lang.String stepAsString) |
boolean |
isAndStep(java.lang.String stepAsString) |
boolean |
isComposite() |
boolean |
isIgnorableStep(java.lang.String stepAsString) |
boolean |
isPending() |
boolean |
matches(java.lang.String stepAsString) |
boolean |
matches(java.lang.String step,
java.lang.String previousNonAndStep) |
java.lang.String |
toString() |
void |
useParanamer(com.thoughtworks.paranamer.Paranamer paranamer) |
void |
useStepMonitor(org.jbehave.core.steps.StepMonitor stepMonitor) |
public SerenityStepCandidate(org.jbehave.core.steps.StepCandidate stepCandidate)
public java.lang.reflect.Method getMethod()
getMethod in class org.jbehave.core.steps.StepCandidatepublic java.lang.Integer getPriority()
getPriority in class org.jbehave.core.steps.StepCandidatepublic java.lang.String getPatternAsString()
getPatternAsString in class org.jbehave.core.steps.StepCandidatepublic org.jbehave.core.steps.StepType getStepType()
getStepType in class org.jbehave.core.steps.StepCandidatepublic java.lang.String getStartingWord()
getStartingWord in class org.jbehave.core.steps.StepCandidatepublic void useStepMonitor(org.jbehave.core.steps.StepMonitor stepMonitor)
useStepMonitor in class org.jbehave.core.steps.StepCandidatepublic void doDryRun(boolean dryRun)
doDryRun in class org.jbehave.core.steps.StepCandidatepublic void useParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
useParanamer in class org.jbehave.core.steps.StepCandidatepublic void composedOf(java.lang.String[] steps)
composedOf in class org.jbehave.core.steps.StepCandidatepublic boolean isComposite()
isComposite in class org.jbehave.core.steps.StepCandidatepublic java.lang.String[] composedSteps()
composedSteps in class org.jbehave.core.steps.StepCandidatepublic boolean ignore(java.lang.String stepAsString)
ignore in class org.jbehave.core.steps.StepCandidatepublic boolean isPending()
isPending in class org.jbehave.core.steps.StepCandidatepublic boolean matches(java.lang.String stepAsString)
matches in class org.jbehave.core.steps.StepCandidatepublic boolean matches(java.lang.String step,
java.lang.String previousNonAndStep)
matches in class org.jbehave.core.steps.StepCandidatepublic org.jbehave.core.steps.Step createMatchedStep(java.lang.String stepAsString,
java.util.Map<java.lang.String,java.lang.String> namedParameters)
createMatchedStep in class org.jbehave.core.steps.StepCandidatepublic void addComposedSteps(java.util.List<org.jbehave.core.steps.Step> steps,
java.lang.String stepAsString,
java.util.Map<java.lang.String,java.lang.String> namedParameters,
java.util.List<org.jbehave.core.steps.StepCandidate> allCandidates)
addComposedSteps in class org.jbehave.core.steps.StepCandidatepublic boolean isAndStep(java.lang.String stepAsString)
isAndStep in class org.jbehave.core.steps.StepCandidatepublic boolean isIgnorableStep(java.lang.String stepAsString)
isIgnorableStep in class org.jbehave.core.steps.StepCandidatepublic java.lang.String toString()
toString in class org.jbehave.core.steps.StepCandidate