| Package | Description |
|---|---|
| net.thucydides.core.requirements |
An application is designed to deliver a number of high-level capabilities.
|
| net.thucydides.core.statistics.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequirementsTagProvider
A requirements provider returns the set of application requirements in a tree structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemRequirementsTagProvider
Load a set of requirements (epics/themes,...) from the directory structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationBasedTagProvider
Returns test tags based on the @WithTag, @WithTags and @WithTagValuesOf.
|
class |
FeatureStoryTagProvider
Legacy tag provider that builds tags based on the Feature/Story structure, if the @WithTag annotation is not used.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagProvider> |
ClasspathTagProviderService.getTagProviders() |
List<TagProvider> |
TagProviderService.getTagProviders() |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.