Class JUnitTagProviderStrategy
java.lang.Object
net.thucydides.model.statistics.service.JUnitTagProviderStrategy
- All Implemented Interfaces:
TagProviderStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleTestSource(String testType) Iterable<? extends TagProvider> booleanIn case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as thecanHandleTestSource
-
Constructor Details
-
JUnitTagProviderStrategy
public JUnitTagProviderStrategy()
-
-
Method Details
-
canHandleTestSource
- Specified by:
canHandleTestSourcein interfaceTagProviderStrategy
-
getTagProviders
- Specified by:
getTagProvidersin interfaceTagProviderStrategy
-
hasHighPriority
public boolean hasHighPriority()Description copied from interface:TagProviderStrategyIn case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as thecanHandleTestSource- Specified by:
hasHighPriorityin interfaceTagProviderStrategy
-