|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
RunnableStory which is intended as a base
class with no explicit support for any test framework.Given,
When, Then in a CandidatesSteps instance class.CandidateSteps instances.Embedder and the in the
RunnableStory implementations to customise its runtime properties.Given, When and Then and their
aliases.PropertyBasedConfiguration.SILENT_SUCCESS is set, uses a
SilentSuccessFilter to decorate the default StoryReporter.
StoryReporters and delegates all
invocations to the collected reporters.FilePrintStreamFactory.FilePrintStream instances that write to a file
identified by the StoryLocation.ViewGenerator, using the file outputs of the
reporters for the given formats.CandidateSteps.InjectableStepsFactory that is provided Object instances, which
contain the candidate steps methods.JUnitStories.storyPaths().RunnableStory class.Keywords.defaultKeywords().
LoadFromRelativeFile, to allow a range of possibilities
for locating Story file pathsAbstractStepResult.PendingPropertyBasedConfiguration.FAIL_ON_PENDING is set, returns
FailingUponPendingStep otherwise returns the default.
PrintStream, defaulting to System.outPrintStream instances.PrintStream, defaulting to
System.out.PropertyBasedConfiguration.FAIL_ON_PENDING: uses FailingUponPendingStep
PropertyBasedConfiguration.SILENT_SUCCESS: uses SilentSuccessFilter decorator
Story, which comprises of a collection of
Scenarios, each of which contains a number of steps.PrintStream only failure eventsEmbedder.CandidateSteps instances.Steps 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
Stepdocs from the annotations of the given CandidateSteps instances.Throwable that caused the failure is wrapped
in a StepFailed together with the step during which the failure
occurred.StepMatcher which will in turn match textual steps conforming to the pattern.CandidateSteps which provides access to the
candidate steps that match the story you want to run.RunnableStory instances.RunnableStory class to a resource
path.StoryReporters.StoryReporter.Charset.defaultCharset().name()
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||