|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ScenarioParser
.ScenarioRunner
and is injected
in the Scenario
to customise its runtime properties.Given
, When
and Then
and their
aliases.ScenarioReporter
s and delegates all
invocations to the collected reporters.PrintStream
instances that write to a file.System.out
KeyWords.defaultKeywords()
.
ScenarioRunner
.PrintStream
instances for named storiesPrintStream
, defaulting to
System.out
.ScenarioReporter
s.ScenarioReporter
.Steps
class.Step
s from a
given story or scenario definition matching a list of CandidateSteps
.Step
, which
includes:
the associated annotation in the Steps
class
the pattern to match the candidate step that configured in the annotation
the aliases for the step (optional)
the matched method inthe Steps
class
Stepdoc
s from the annotations of the given CandidateSteps
instances.Step
during which a failure occurred.Throwable
that caused the failure is wrapped
in a StepFailure
together with the step during which the failure
occurred.CandidateSteps
which provides access to the
definition of candidate steps that match the scenario you want to run.CandidateSteps
from POJO instances.RunnableScenario.runScenario()
StepResult.Pending
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |