Class InjectedTagProvider
java.lang.Object
net.thucydides.model.statistics.service.InjectedTagProvider
- All Implemented Interfaces:
CoreTagProvider,TagProvider
Allows tags to be added via the injected.tag system property.
They will be added to all of the test outcomes for a particular test run.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTagsFor(TestOutcome testOutcome) Returns the tags associated with a given test outcome.
-
Constructor Details
-
InjectedTagProvider
public InjectedTagProvider() -
InjectedTagProvider
-
-
Method Details
-
getTagsFor
Description copied from interface:TagProviderReturns the tags associated with a given test outcome.- Specified by:
getTagsForin interfaceTagProvider- Parameters:
testOutcome- the outcome for a specific test- Returns:
- the tags associated with a given test outcome.
-