public class ThucydidesStepCandidate
extends org.jbehave.core.steps.StepCandidate
| Constructor and Description |
|---|
ThucydidesStepCandidate(org.jbehave.core.steps.StepCandidate stepCandidate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addComposedSteps(List<org.jbehave.core.steps.Step> steps,
String stepAsString,
Map<String,String> namedParameters,
List<org.jbehave.core.steps.StepCandidate> allCandidates) |
void |
composedOf(String[] steps) |
String[] |
composedSteps() |
org.jbehave.core.steps.Step |
createMatchedStep(String stepAsString,
Map<String,String> namedParameters) |
void |
doDryRun(boolean dryRun) |
Method |
getMethod() |
String |
getPatternAsString() |
Integer |
getPriority() |
String |
getStartingWord() |
org.jbehave.core.steps.StepType |
getStepType() |
boolean |
ignore(String stepAsString) |
boolean |
isAndStep(String stepAsString) |
boolean |
isComposite() |
boolean |
isIgnorableStep(String stepAsString) |
boolean |
isPending() |
boolean |
matches(String stepAsString) |
boolean |
matches(String step,
String previousNonAndStep) |
String |
toString() |
void |
useParanamer(com.thoughtworks.paranamer.Paranamer paranamer) |
void |
useStepMonitor(org.jbehave.core.steps.StepMonitor stepMonitor) |
public ThucydidesStepCandidate(org.jbehave.core.steps.StepCandidate stepCandidate)
public Method getMethod()
getMethod in class org.jbehave.core.steps.StepCandidatepublic Integer getPriority()
getPriority in class org.jbehave.core.steps.StepCandidatepublic String getPatternAsString()
getPatternAsString in class org.jbehave.core.steps.StepCandidatepublic org.jbehave.core.steps.StepType getStepType()
getStepType in class org.jbehave.core.steps.StepCandidatepublic 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(String[] steps)
composedOf in class org.jbehave.core.steps.StepCandidatepublic boolean isComposite()
isComposite in class org.jbehave.core.steps.StepCandidatepublic String[] composedSteps()
composedSteps in class org.jbehave.core.steps.StepCandidatepublic boolean ignore(String stepAsString)
ignore in class org.jbehave.core.steps.StepCandidatepublic boolean isPending()
isPending in class org.jbehave.core.steps.StepCandidatepublic boolean matches(String stepAsString)
matches in class org.jbehave.core.steps.StepCandidatepublic boolean matches(String step, String previousNonAndStep)
matches in class org.jbehave.core.steps.StepCandidatepublic org.jbehave.core.steps.Step createMatchedStep(String stepAsString, Map<String,String> namedParameters)
createMatchedStep in class org.jbehave.core.steps.StepCandidatepublic void addComposedSteps(List<org.jbehave.core.steps.Step> steps, String stepAsString, Map<String,String> namedParameters, List<org.jbehave.core.steps.StepCandidate> allCandidates)
addComposedSteps in class org.jbehave.core.steps.StepCandidatepublic boolean isAndStep(String stepAsString)
isAndStep in class org.jbehave.core.steps.StepCandidatepublic boolean isIgnorableStep(String stepAsString)
isIgnorableStep in class org.jbehave.core.steps.StepCandidatepublic String toString()
toString in class org.jbehave.core.steps.StepCandidateCopyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.