| 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 |
Story.getFeature() |
ApplicationFeature |
TestOutcome.getFeature()
Get the feature that includes the user story tested by this test.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationFeature |
ApplicationFeature.from(Class<?> featureClass)
Obtain an application feature instance from a given feature class.
|
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.