Uses of Interface
net.thucydides.model.statistics.service.TagProvider
Packages that use TagProvider
-
Uses of TagProvider in net.thucydides.model.requirements
Subinterfaces of TagProvider in net.thucydides.model.requirementsModifier and TypeInterfaceDescriptioninterfaceA requirements provider returns the set of application requirements in a tree structure.Classes in net.thucydides.model.requirements that implement TagProviderModifier and TypeClassDescriptionclassLoad a set of requirements (epics/themes,...) from the directory structure.classA requirements Provider that reads requirement from class or package annotation.classDeprecated.classRead requirements from test outcomes, based on the path specified in each test outcome -
Uses of TagProvider in net.thucydides.model.statistics.service
Classes in net.thucydides.model.statistics.service with type parameters of type TagProviderClasses in net.thucydides.model.statistics.service that implement TagProviderModifier and TypeClassDescriptionclassReturns test tags based on the @WithTag, @WithTags and @WithTagValuesOf.classAllows tags to be added via the injected.tag system property.classLegacy tag provider that builds tags based on the Feature/Story structure, if the @WithTag annotation is not used.classAllows tags to be added via the injected.tag system property.Methods in net.thucydides.model.statistics.service that return types with arguments of type TagProviderModifier and TypeMethodDescriptionClasspathTagProviderService.getTagProviders()ClasspathTagProviderService.getTagProviders(String testSource) Iterable<? extends TagProvider> JUnitTagProviderStrategy.getTagProviders()TagProviderService.getTagProviders()Return all available tag providers.TagProviderService.getTagProviders(String testSource) Return theTagProviders for a given testSource.Iterable<? extends TagProvider> TagProviderStrategy.getTagProviders()protected Iterable<? extends TagProvider> ClasspathTagProviderService.loadTagProvidersFromPath(String testSource)