Class JUnitTagProviderStrategy
java.lang.Object
net.thucydides.core.statistics.service.JUnitTagProviderStrategy
- All Implemented Interfaces:
TagProviderStrategy
public class JUnitTagProviderStrategy extends java.lang.Object implements TagProviderStrategy
-
Constructor Summary
Constructors Constructor Description JUnitTagProviderStrategy() -
Method Summary
Modifier and Type Method Description booleancanHandleTestSource(java.lang.String testType)java.lang.Iterable<? extends TagProvider>getTagProviders()booleanhasHighPriority()In case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as thecanHandleTestSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JUnitTagProviderStrategy
public JUnitTagProviderStrategy()
-
-
Method Details
-
canHandleTestSource
public boolean canHandleTestSource(java.lang.String testType)- 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
-