| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.features |
| Modifier and Type | Method and Description |
|---|---|
ApplicationFeature |
TestOutcome.getFeature()
Get the feature that includes the user story tested by this test.
|
ApplicationFeature |
Story.getFeature() |
| Constructor and Description |
|---|
Story(String id,
String storyName,
String displayName,
ApplicationFeature feature,
String path) |
Story(String id,
String storyName,
String storyClassName,
String displayName,
String path,
ApplicationFeature feature) |
Story(String id,
String storyName,
String storyClassName,
String displayName,
String path,
ApplicationFeature feature,
String narrative) |
Story(String id,
String storyName,
String storyClassName,
String displayName,
String path,
ApplicationFeature feature,
String narrative,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationFeature |
ApplicationFeature.from(Class<?> featureClass)
Obtain an application feature instance from a given feature class.
|
Copyright © 2022. All rights reserved.