|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandidateSteps | |
---|---|
org.jbehave.core | |
org.jbehave.core.steps |
Uses of CandidateSteps in org.jbehave.core |
---|
Methods in org.jbehave.core that return types with arguments of type CandidateSteps | |
---|---|
List<CandidateSteps> |
RunnableStoryDelegator.getSteps()
|
List<CandidateSteps> |
RunnableStory.getSteps()
|
List<CandidateSteps> |
AbstractStory.getSteps()
|
Methods in org.jbehave.core with parameters of type CandidateSteps | |
---|---|
void |
RunnableStoryDelegator.addSteps(CandidateSteps... steps)
|
void |
RunnableStory.addSteps(CandidateSteps... steps)
|
void |
AbstractStory.addSteps(CandidateSteps... steps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
Class<? extends RunnableStory> storyClass,
CandidateSteps... candidateSteps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
List<String> storyPaths,
CandidateSteps... candidateSteps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
Story story,
boolean embeddedStory,
CandidateSteps... candidateSteps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
Story story,
CandidateSteps... candidateSteps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
String storyPath,
boolean embeddedStory,
CandidateSteps... candidateSteps)
|
void |
StoryRunner.run(StoryConfiguration configuration,
String storyPath,
CandidateSteps... candidateSteps)
|
Uses of CandidateSteps in org.jbehave.core.steps |
---|
Classes in org.jbehave.core.steps that implement CandidateSteps | |
---|---|
class |
Steps
Default implementation of CandidateSteps which provides access to the
model of candidate steps that match the core you want to run. |
Methods in org.jbehave.core.steps that return CandidateSteps | |
---|---|
CandidateSteps[] |
StepsFactory.createCandidateSteps(Object... stepsInstances)
|
CandidateSteps |
Stepdoc.getCandidateSteps()
|
Methods in org.jbehave.core.steps with parameters of type CandidateSteps | |
---|---|
Step[] |
UnmatchedToPendingStepCreator.createStepsFrom(Scenario scenario,
Map<String,String> tableRow,
CandidateSteps... candidateSteps)
|
Step[] |
StepCreator.createStepsFrom(Scenario scenario,
Map<String,String> tableRow,
CandidateSteps... candidateSteps)
|
Step[] |
UnmatchedToPendingStepCreator.createStepsFrom(Story story,
StepCreator.Stage stage,
boolean embeddedStory,
CandidateSteps... candidateSteps)
|
Step[] |
StepCreator.createStepsFrom(Story story,
StepCreator.Stage stage,
boolean embeddedStory,
CandidateSteps... candidateSteps)
|
List<Stepdoc> |
StepdocGenerator.generate(CandidateSteps... steps)
|
List<Stepdoc> |
DefaultStepdocGenerator.generate(CandidateSteps... steps)
|
Constructors in org.jbehave.core.steps with parameters of type CandidateSteps | |
---|---|
CandidateStep(String patternAsString,
int priority,
StepType stepType,
Method method,
CandidateSteps steps,
StepPatternBuilder patternBuilder,
ParameterConverters parameterConverters,
Map<StepType,String> startingWords)
|
|
Stepdoc(Class<? extends Annotation> annotation,
String pattern,
String[] aliasPatterns,
Method method,
CandidateSteps candidateSteps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |