public interface TagProviderStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleTestSource(java.lang.String testSource) |
java.lang.Iterable<? extends TagProvider> |
getTagProviders() |
boolean |
hasHighPriority()
In case that true is returned from this method,
the TagProviders returned by this implementation will have higher priority
as the
canHandleTestSource |
boolean canHandleTestSource(java.lang.String testSource)
java.lang.Iterable<? extends TagProvider> getTagProviders()
boolean hasHighPriority()
canHandleTestSource