| 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.
|
class |
PackageAnnotationBasedTagProvider
A requirements Provider that reads requirement from class or package annotation.
|
| 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() |
protected Iterable<TagProvider> |
ClasspathTagProviderService.loadTagProvidersFromPath() |
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.