public class CucumberTagProviderStrategy
extends java.lang.Object
implements net.thucydides.core.statistics.service.TagProviderStrategy
| Constructor and Description |
|---|
CucumberTagProviderStrategy() |
CucumberTagProviderStrategy(net.thucydides.core.util.EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleTestSource(java.lang.String testType) |
java.lang.Iterable<? extends net.thucydides.core.statistics.service.TagProvider> |
getTagProviders() |
boolean |
hasHighPriority() |
public CucumberTagProviderStrategy(net.thucydides.core.util.EnvironmentVariables environmentVariables)
public CucumberTagProviderStrategy()
public boolean canHandleTestSource(java.lang.String testType)
canHandleTestSource in interface net.thucydides.core.statistics.service.TagProviderStrategypublic java.lang.Iterable<? extends net.thucydides.core.statistics.service.TagProvider> getTagProviders()
getTagProviders in interface net.thucydides.core.statistics.service.TagProviderStrategypublic boolean hasHighPriority()
hasHighPriority in interface net.thucydides.core.statistics.service.TagProviderStrategy