Uses of Class
net.thucydides.model.domain.Rule
Packages that use Rule
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of Rule in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return RuleModifier and TypeMethodDescriptionstatic RuleRule.from(io.cucumber.messages.types.Rule cucumberRule) TestOutcome.getRule()Methods in net.thucydides.model.domain with parameters of type Rule -
Uses of Rule in net.thucydides.model.requirements.reports
Methods in net.thucydides.model.requirements.reports that return RuleModifier and TypeMethodDescriptionScenarioOutcome.getRule()ScenarioSummaryOutcome.getRule()SingleScenarioOutcome.getRule()Constructors in net.thucydides.model.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, List<ExampleOutcome> exampleOutcomes, int exampleCount, Boolean isManual, String parentName, String parentReport, Set<TestTag> tags, Map<String, Collection<TestTag>> exampleTags, Rule rule, ZonedDateTime startTime, Long duration, Collection<TestTag> scenarioTags, String context) 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, ExternalLink externalLink, Collection<TestTag> scenarioTags, String context)