Interface TagProviderStrategy
- All Known Implementing Classes:
JUnitTagProviderStrategy
public interface TagProviderStrategy
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleTestSource(String testSource) Iterable<? extends TagProvider>booleanIn case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as thecanHandleTestSource
-
Method Details
-
canHandleTestSource
-
getTagProviders
Iterable<? extends TagProvider> getTagProviders() -
hasHighPriority
boolean hasHighPriority()In case that true is returned from this method, the TagProviders returned by this implementation will have higher priority as thecanHandleTestSource
-