| AllStepCandidates |
|
| 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 |
|
| 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.FailureContext |
|
| PerformableTree.NormalPerformableScenario |
|
| PerformableTree.PerformableEntity |
|
| PerformableTree.PerformableGivenStories |
|
| PerformableTree.PerformableRoot |
|
| PerformableTree.PerformableScenario |
|
| PerformableTree.PerformableSteps |
|
| PerformableTree.PerformableStory |
|
| PerformableTree.RunContext |
The context for running a story.
|
| PrintingEmbedderMonitor |
Abstract monitor that reports to output which should be defined in child implementations.
|
| PrintStreamEmbedderMonitor |
|
| PropertyBasedEmbedderControls |
|
| ReportingFailuresEmbedderMonitor |
Monitor that reports to PrintStream only failure events
|
| SilentEmbedderMonitor |
Monitor that reports nothing
|
| StoryControls |
Holds flags used to control story execution flow.
|
| StoryManager |
Manages the execution and outcomes of running stories.
|
| StoryManager.RunningStory |
|
| StoryManager.StoryOutcome |
|
| StoryManager.ThrowableStory |
|
| StoryMapper |
|
| StorySplitter |
Splits story into the list of stories basing on Lifecycle ExamplesTable and the provided story index format.
|
| StoryTimeouts |
|
| StoryTimeouts.DigitTimeoutParser |
A digit parser for timeouts
|
| StoryTimeouts.SimpleTimeoutParser |
A simple parser for timeouts of format: 1d 2h 30m 15s.
|
| StoryTimeouts.StoryTimeout |
|
| UnmodifiableEmbedderControls |
|