Uses of Class
net.thucydides.core.model.Rule
Packages that use Rule
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of Rule in net.thucydides.core.model
Methods in net.thucydides.core.model that return RuleModifier and TypeMethodDescriptionstatic RuleRule.from(io.cucumber.messages.Messages.GherkinDocument.Feature.FeatureChild.Rule cucumberRule) TestOutcome.getRule()Methods in net.thucydides.core.model with parameters of type Rule -
Uses of Rule in net.thucydides.core.requirements.reports
Methods in net.thucydides.core.requirements.reports that return RuleModifier and TypeMethodDescriptionScenarioOutcome.getRule()ScenarioSummaryOutcome.getRule()SingleScenarioOutcome.getRule()Constructors in net.thucydides.core.requirements.reports with parameters of type RuleModifierConstructorDescriptionScenarioSummaryOutcome(String name, String type, TestResult result, List<String> reportBadges, String scenarioReport, String description, List<String> steps, List<String> examples, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration) SingleScenarioOutcome(String name, String simplifiedName, String type, TestResult result, String scenarioReport, ZonedDateTime startTime, Long duration, Boolean manual, String description, List<String> steps, List<String> examples, int exampleCount, String parentName, String parentReport, Set<TestTag> tags, Rule rule)