|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jbehave.core.steps | |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Classes in org.jbehave.core.steps used by org.jbehave.core | |
---|---|
CandidateSteps
Interface providing the list of candidate steps, representing methods annotated with @Given , @When or @Then ,
that can be matched. |
Classes in org.jbehave.core.steps used by org.jbehave.core.configuration | |
---|---|
CandidateSteps
Interface providing the list of candidate steps, representing methods annotated with @Given , @When or @Then ,
that can be matched. |
|
ParameterConverters
Facade responsible for converting parameter values to Java objects. |
|
StepCollector
Represents the strategy for the collection of executable Step s from a
given story or scenario matching a list of CandidateSteps . |
|
StepFinder
Finds candidate steps matching a textual step from a list of CandidateSteps instances. |
|
StepMonitor
Interface to monitor step events |
|
StepType
Enum representing the step types |
Classes in org.jbehave.core.steps used by org.jbehave.core.embedder | |
---|---|
CandidateSteps
Interface providing the list of candidate steps, representing methods annotated with @Given , @When or @Then ,
that can be matched. |
|
StepCollector.Stage
|
Classes in org.jbehave.core.steps used by org.jbehave.core.reporters | |
---|---|
Stepdoc
A Stepdoc represents the documentation on a single candidate step, which includes: the step type/li> the pattern to match the candidate step that is configured in the annotation the method in the steps instance class the steps instance class |
Classes in org.jbehave.core.steps used by org.jbehave.core.steps | |
---|---|
AbstractStepResult
Represents the possible step results: Failed NotPerformed Pending Successful Ignorable |
|
AbstractStepsFactory
An abstract implementation of InjectableStepsFactory that is provided
by concrete subclasses Object instances which contain the candidate steps
methods. |
|
BeforeOrAfterStep
A BeforeOrAfterStep is associated to a Java method annotated with BeforeStory , AfterStory , BeforeScenario or
AfterScenario in a CandidatesSteps instance class. |
|
CandidateStep
A CandidateStep is associated to a Java method annotated with Given ,
When , Then in a CandidatesSteps instance class. |
|
CandidateSteps
Interface providing the list of candidate steps, representing methods annotated with @Given , @When or @Then ,
that can be matched. |
|
InjectableStepsFactory
Interface abstracting the creation of CandidateSteps . |
|
ParameterConverters
Facade responsible for converting parameter values to Java objects. |
|
ParameterConverters.ParameterConverter
|
|
PrintStreamStepMonitor
StepMonitor that prints to a PrintStream , defaulting to
System.out . |
|
PrioritisingStrategy
Defines the priorising strategy pf candidate steps |
|
Step
A Step represents a runnable portion of a Scenario, which matches methods annotated in CandidateSteps instances. |
|
StepCollector
Represents the strategy for the collection of executable Step s from a
given story or scenario matching a list of CandidateSteps . |
|
StepCollector.Stage
|
|
Stepdoc
A Stepdoc represents the documentation on a single candidate step, which includes: the step type/li> the pattern to match the candidate step that is configured in the annotation the method in the steps instance class the steps instance class |
|
StepFinder
Finds candidate steps matching a textual step from a list of CandidateSteps instances. |
|
StepMonitor
Interface to monitor step events |
|
StepResult
|
|
StepType
Enum representing the step types |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |