Uses of Interface
net.thucydides.core.statistics.service.TagProvider
Packages that use TagProvider
-
Uses of TagProvider in net.thucydides.core.requirements
Subinterfaces of TagProvider in net.thucydides.core.requirementsModifier and TypeInterfaceDescriptioninterfaceA requirements provider returns the set of application requirements in a tree structure.Classes in net.thucydides.core.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.classLoad a set of requirements (epics/themes,...) from the directory structure. -
Uses of TagProvider in net.thucydides.core.statistics.service
Classes in net.thucydides.core.statistics.service with type parameters of type TagProviderClasses in net.thucydides.core.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.core.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)