|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Given
, When
and Then
and their
aliases.StoryReporter
s and delegates all
invocations to the collected reporters.FilePrintStreamFactory.FilePrintStream
instances that write to a file
identified by the StoryLocation
.JUnitStories.storyPaths()
.RunnableStory
class.Keywords.defaultKeywords()
.
StepResult.Pending
PrintStream
instances.PrintStream
, defaulting to
System.out
.Story
, which comprises of a collection of
Scenario
s, each of which contains a number of steps.Steps
class.Step
s from a
given story or scenario matching a list of CandidateSteps
.CandidateSteps
class
the pattern to match the candidate step that is configured in the
annotation
the alias patterns for the candidate step (optional)
the method in the CandidateSteps
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.RunnableStory
class to a resource
path.StoryReporter
s.StoryReporter
.Charset.defaultCharset().name()
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |