| Modifier and Type | Method and Description |
|---|---|
Scenario |
AssertionError.getScenario() |
| Modifier and Type | Method and Description |
|---|---|
List<Scenario> |
Story.getScenarios() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoryRunner.runScenario(Scenario scenario,
Parameters config) |
| Constructor and Description |
|---|
AssertionError(Story story,
Scenario scenario,
Scenario.Step step,
AssertionError cause) |
| Modifier and Type | Method and Description |
|---|---|
static JobToRun |
JobFactory.newJob(Scenario scenario,
int storyIndex,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Scenario |
ScenarioRunContext.getScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioRunContext.setScenario(Scenario scenario) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleScenario
Scenario 1: Title
Given [context]
And [some more context]...
|
| Modifier and Type | Method and Description |
|---|---|
List<Scenario> |
SimpleStory.getAfterTasks() |
List<Scenario> |
SimpleStory.getBeforeTasks() |
List<Scenario> |
SimpleStory.getScenarios() |
| Constructor and Description |
|---|
ScenarioTable(Scenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
Scenario |
ScenarioFailException.getScenario() |
| Constructor and Description |
|---|
ScenarioFailException(Scenario scenario,
int precentCompleted,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioRunnerFilter.doFilter(Scenario t,
RunnerFilterChain<Scenario> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioRunnerFilter.doFilter(Scenario t,
RunnerFilterChain<Scenario> chain) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleStoryRunner.runScenario(Scenario scenario,
Parameters config) |
Copyright © 2019. All rights reserved.