Package net.thucydides.core.reports.html
Class CucumberCompatibleFilter
java.lang.Object
net.thucydides.core.reports.html.CucumberCompatibleFilter
- Direct Known Subclasses:
RequirementsFilter,TestOutcomeFilter
public class CucumberCompatibleFilter
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected EnvironmentVariablesenvironmentVariables -
Constructor Summary
Constructors Constructor Description CucumberCompatibleFilter(EnvironmentVariables environmentVariables) -
Method Summary
Modifier and Type Method Description protected io.cucumber.tagexpressions.ExpressioncucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty)protected java.util.Optional<java.lang.String>cucumberTagOptions()booleanmatches(java.util.List<java.lang.String> testTags)booleanmatchesTags(java.util.List<TestTag> testTags)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
environmentVariables
-
-
Constructor Details
-
CucumberCompatibleFilter
-
-
Method Details
-
cucumberTagExpressionUsing
protected io.cucumber.tagexpressions.Expression cucumberTagExpressionUsing(ThucydidesSystemProperty tagProperty) -
cucumberTagOptions
protected java.util.Optional<java.lang.String> cucumberTagOptions() -
matchesTags
-
matches
public boolean matches(java.util.List<java.lang.String> testTags)
-