Uses of Class
net.thucydides.core.model.RuleBackground
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
-
Uses of RuleBackground in net.thucydides.core.model
Methods in net.thucydides.core.model that return RuleBackground Modifier and Type Method Description static RuleBackgroundRuleBackground. from(io.cucumber.messages.Messages.GherkinDocument.Feature.Background background)RuleBackgroundRule. getBackground()Constructors in net.thucydides.core.model with parameters of type RuleBackground Constructor Description Rule(java.lang.String name, java.lang.String description, RuleBackground background)