Interface | Description |
---|---|
Embedder.EmbedderFailureStrategy | |
EmbedderMonitor | |
MetaFilter.MetaMatcher | |
PerformableTree.Performable | |
PerformableTree.State | |
StoryRunner.State | |
StoryTimeouts.TimeoutParser |
Class | Description |
---|---|
Embedder |
The Embedder is a facade allowing all functionality to be embedded into other
run contexts, such as IDEs (e.g.
|
Embedder.ThrowingRunningStoriesFailed | |
EmbedderClassLoader |
EmbedderClassLoader is a URLClassLoader with a specified list of classpath
elements.
|
EmbedderControls |
Holds values used by the Embedder to control execution flow.
|
EmbedderMonitorDecorator |
Decorator of EmbedderMonitor that delegates to an injected instance and
allows classes extending it to override only the methods that are needed.
|
FilteredStory | |
MatchingStepMonitor | |
MatchingStepMonitor.StepMatch | |
MetaFilter |
Allows filtering on meta info.
|
NullEmbedderMonitor |
Null Object
Pattern implementation of
EmbedderMonitor . |
PerformableTree |
Creates a tree of
PerformableTree.Performable objects for a set of stories, grouping
sets of performable steps for each story and scenario, and adding before and
after stories steps. |
PerformableTree.AbstractPerformableScenario | |
PerformableTree.ExamplePerformableScenario | |
PerformableTree.NormalPerformableScenario | |
PerformableTree.PerformableRoot | |
PerformableTree.PerformableScenario | |
PerformableTree.PerformableSteps | |
PerformableTree.PerformableStory | |
PerformableTree.RunContext |
The context for running a story.
|
PerformableTree.Timing | |
PrintStreamEmbedderMonitor |
Monitor that reports to a
PrintStream , defaulting to
System.out |
PropertyBasedEmbedderControls | |
ReportingFailuresEmbedderMonitor |
Monitor that reports to
PrintStream only failure events |
SilentEmbedderMonitor |
Monitor that reports nothing
|
StoryControls |
Holds flags used by the StoryRunner to control story execution flow.
|
StoryManager |
Manages the execution and outcomes of running stories.
|
StoryManager.RunningStory | |
StoryManager.StoryOutcome | |
StoryManager.ThrowableStory | |
StoryMapper |
Maps
Story s by a MetaFilter . |
StoryRunner |
Runs a
Story , given a Configuration and a list of
CandidateSteps , describing the results to the StoryReporter . |
StoryTimeouts | |
StoryTimeouts.DigitTimeoutParser |
A digit parser for timeouts
|
StoryTimeouts.SimpleTimeoutParser |
A simple parser for timeouts of format: 1d 2h 30m 15s.
|
StoryTimeouts.StoryTimeout | |
UnmodifiableEmbedderControls |
Enum | Description |
---|---|
PerformableTree.Status |
Copyright © 2003–2015. All rights reserved.