Package net.thucydides.core.reports.html
Class TestOutcomeFilter
java.lang.Object
net.thucydides.core.reports.html.CucumberCompatibleFilter
net.thucydides.core.reports.html.TestOutcomeFilter
public class TestOutcomeFilter extends CucumberCompatibleFilter
-
Field Summary
Fields inherited from class net.thucydides.core.reports.html.CucumberCompatibleFilter
environmentVariables -
Constructor Summary
Constructors Constructor Description TestOutcomeFilter(EnvironmentVariables environmentVariables) -
Method Summary
Modifier and Type Method Description booleanmatches(TestOutcome testOutcome)booleanmatches(ScenarioOutcome testOutcome)Methods inherited from class net.thucydides.core.reports.html.CucumberCompatibleFilter
cucumberTagExpressionUsing, cucumberTagOptions, matches, matchesTagsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestOutcomeFilter
-
-
Method Details
-
matches
-
matches
-