|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Story | |
|---|---|
| net.thucydides.core.model | The Thucydides domain model, which represents acceptance test runs. |
| net.thucydides.core.steps | Base class to be used when writing a library of resuable test steps. |
| Uses of Story in net.thucydides.core.model |
|---|
| Methods in net.thucydides.core.model that return Story | |
|---|---|
static Story |
Story.called(String storyName)
|
static Story |
Stories.findStoryFrom(Class<?> testClass)
Find the Story defined directly or indirectly in a class. |
static Story |
Story.from(Class<?> userStoryClass)
Obtain a story instance from a given story class. |
Story |
TestOutcome.getUserStory()
|
static Story |
Story.withId(String storyId,
String storyName)
Create a story using a full class name as an id. |
static Story |
Story.withId(String storyId,
String storyName,
String featureClassName,
String featureName)
|
static Story |
Story.withIdAndPath(String storyId,
String storyName,
String storyPath)
|
static Story |
Story.withIdAndPathAndFeature(String storyId,
String storyName,
String storyPath,
String featureClassName,
String featureName)
|
Story |
Story.withNarrative(String narrative)
|
Story |
Story.withPath(String storyPath)
|
| Methods in net.thucydides.core.model with parameters of type Story | |
|---|---|
static TestOutcome |
TestOutcome.forTestInStory(String testName,
Class<?> testCase,
Story story)
|
static TestOutcome |
TestOutcome.forTestInStory(String testName,
Story story)
|
String |
ReportNamer.getNormalizedTestNameFor(Story userStory)
|
static String |
Stories.reportFor(Story story,
ReportType type)
|
void |
TestOutcome.setUserStory(Story story)
|
| Constructors in net.thucydides.core.model with parameters of type Story | |
|---|---|
TestOutcome(long startTime,
long duration,
String title,
String description,
String methodName,
Class<?> testCase,
List<TestStep> testSteps,
List<String> issues,
List<String> additionalIssues,
Set<TestTag> tags,
Story userStory,
Throwable testFailureCause,
TestResult annotatedResult,
DataTable dataTable,
com.google.common.base.Optional<String> qualifier,
boolean manualTest)
|
|
TestOutcome(String methodName,
Class<?> testCase,
Story userStory)
A test outcome should relate to a particular test class or user story class. |
|
| Uses of Story in net.thucydides.core.steps |
|---|
| Methods in net.thucydides.core.steps with parameters of type Story | |
|---|---|
void |
StepEventBus.testStarted(String newTestName,
Story story)
|
void |
StepListener.testSuiteStarted(Story story)
Start a test run using a specific story, without a corresponding Java class. |
void |
StepEventBus.testSuiteStarted(Story story)
|
void |
ConsoleLoggingListener.testSuiteStarted(Story story)
|
void |
BaseStepListener.testSuiteStarted(Story story)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||