public class JUnitTagProviderStrategy extends Object implements TagProviderStrategy
| Constructor and Description |
|---|
JUnitTagProviderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleTestSource(String testType) |
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 |
public boolean canHandleTestSource(String testType)
canHandleTestSource in interface TagProviderStrategypublic Iterable<? extends TagProvider> getTagProviders()
getTagProviders in interface TagProviderStrategypublic boolean hasHighPriority()
TagProviderStrategycanHandleTestSourcehasHighPriority in interface TagProviderStrategyCopyright © 2023. All rights reserved.