Uses of Interface
net.thucydides.core.requirements.CoreTagProvider
Packages that use CoreTagProvider
-
Uses of CoreTagProvider in net.thucydides.core.requirements
Subinterfaces of CoreTagProvider in net.thucydides.core.requirementsModifier and TypeInterfaceDescriptioninterfaceA default tag provider that can be overridden by any additional tag provider if present on the classpath.Classes in net.thucydides.core.requirements that implement CoreTagProviderModifier 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 CoreTagProvider in net.thucydides.core.statistics.service
Classes in net.thucydides.core.statistics.service that implement CoreTagProviderModifier 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.