Class Rule

java.lang.Object
net.thucydides.core.model.Rule

public class Rule extends Object
  • Constructor Details

  • Method Details

    • from

      public static Rule from(io.cucumber.messages.Messages.GherkinDocument.Feature.FeatureChild.Rule cucumberRule)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • hasBackground

      public boolean hasBackground()
    • getBackground

      public RuleBackground getBackground()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object