|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
StoryParser
.Given
, When
and Then
and their
aliases.StoryReporter
s and delegates all
invocations to the collected reporters.PrintStream
instances that write to a file.RunnableStory
is not validRunnableStoryDelegator
that runs multiple stories via their story paths.RunnableStoryDelegator
that runs a story via a single RunnableStory
class.KeyWords.defaultKeywords()
.
PrintStream
instances.PrintStream
, defaulting to
System.out
.RunnableStory
functionality to a delegate specified in a
post-instantiation call to delegateTo(..)Steps
class.Step
s from a
given story or core model 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
model of candidate steps that match the core you want to run.StepsFactory
and the
in the Steps
implementations to customise its runtime properties.CandidateSteps
from POJO instances.RunnableStory
instances.StoryRunner
and the
in the RunnableStory
implementations to customise its runtime properties.Story
from a given story path.RunnableStory
class to a resource
path.StoryReporter
s.StoryReporter
.StepResult.Pending
StoryParser
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |