| Modifier and Type | Method and Description |
|---|---|
Story |
Scenario.getStory() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoryRunner.run(Story story,
JobToRun job) |
| Constructor and Description |
|---|
AssertionError(Story story,
Scenario scenario,
Scenario.Step step,
AssertionError cause) |
| Modifier and Type | Method and Description |
|---|---|
Story |
JobStoryRunContext.getStory() |
| Modifier and Type | Method and Description |
|---|---|
static JobToRun |
JobFactory.newJob(Story story,
int storyIndex) |
void |
JobStoryRunContext.setStory(Story story) |
| Modifier and Type | Method and Description |
|---|---|
RunnerFilterChain<Story> |
JobCollectFilterChainFactory.getChain() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JobCollectorFilter.distribute(Story story,
int currentStoryIndex) |
void |
JobCollectorFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobCollectorFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleStory
http://dannorth.net/whats-in-a-story/
Title (one line describing the story)
Narrative:
In Order to [ ]
As a [role]
I want [feature]
So that [benefit]
Acceptance Criteria: (presented as Scenarios)
Scenario 1: Title
Given [context]
And [some more context]...
|
| Modifier and Type | Method and Description |
|---|---|
Story |
SimpleScenario.getStory() |
| Constructor and Description |
|---|
SharedVariableImpl(Story story,
String name) |
SimpleScenario(Story story,
String title) |
| Modifier and Type | Field and Description |
|---|---|
protected Story |
StoryDelegate.story |
| Modifier and Type | Method and Description |
|---|---|
Story |
StoryFailException.getStory() |
| Constructor and Description |
|---|
StoryFailException(Story story,
int precentCompleted,
String message,
Throwable cause) |
StoryFailException(Story story,
String message) |
StoryFailException(Story story,
String message,
Throwable cause) |
StoryFailException(Story story,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogToConsoleFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogToConsoleFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStoryRunnerFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStoryRunnerFilter.doFilter(Story story,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobDispatchFilter.doFilter(Story t,
RunnerFilterChain<Story> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobDispatchFilter.doFilter(Story t,
RunnerFilterChain<Story> chain) |
| Constructor and Description |
|---|
JobDispatchFilterChain(List<RunnerFilter<Story>> filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunnerInterceptor.afterRun(Story story)
invoke a story finished
|
boolean |
RunnerInterceptor.beforeRun(Story story)
invoke before run a story
|
protected Object |
DslBuilderAndRun.doFinishedBuilding(Story story) |
void |
SimpleStoryRunner.run(Story story,
JobToRun job) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DslBuilderAndRun.setFilterChainCurrentThread(RunnerFilterChain<Story> chain)
Setup chain for current thread
|
Copyright © 2019. All rights reserved.