Uses of Class
net.thucydides.core.model.Rule

Packages that use Rule 
Package Description
net.thucydides.core.model
The Thucydides domain model, which represents acceptance test runs.
net.thucydides.core.requirements.reports  
  • Uses of Rule in net.thucydides.core.model

    Methods in net.thucydides.core.model that return Rule 
    Modifier and Type Method Description
    static Rule Rule.from​(io.cucumber.messages.Messages.GherkinDocument.Feature.FeatureChild.Rule cucumberRule)  
    Rule TestOutcome.getRule()  
    Methods in net.thucydides.core.model with parameters of type Rule 
    Modifier and Type Method Description
    void TestOutcome.setRule​(Rule rule)  
  • Uses of Rule in net.thucydides.core.requirements.reports

    Methods in net.thucydides.core.requirements.reports that return Rule 
    Modifier and Type Method Description
    Rule ScenarioOutcome.getRule()  
    Rule ScenarioSummaryOutcome.getRule()  
    Rule SingleScenarioOutcome.getRule()  
    Constructors in net.thucydides.core.requirements.reports with parameters of type Rule 
    Constructor Description
    ScenarioSummaryOutcome​(java.lang.String name, java.lang.String type, TestResult result, java.util.List<java.lang.String> reportBadges, java.lang.String scenarioReport, java.lang.String description, java.util.List<java.lang.String> steps, java.util.List<java.lang.String> examples, int exampleCount, java.lang.Boolean isManual, java.lang.String parentName, java.lang.String parentReport, java.util.Set<TestTag> tags, java.util.Map<java.lang.String,​java.util.Collection<TestTag>> exampleTags, Rule rule, java.time.ZonedDateTime startTime, java.lang.Long duration)  
    SingleScenarioOutcome​(java.lang.String name, java.lang.String simplifiedName, java.lang.String type, TestResult result, java.lang.String scenarioReport, java.time.ZonedDateTime startTime, java.lang.Long duration, java.lang.Boolean manual, java.lang.String description, java.util.List<java.lang.String> steps, java.util.List<java.lang.String> examples, int exampleCount, java.lang.String parentName, java.lang.String parentReport, java.util.Set<TestTag> tags, Rule rule)