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

public class Rule extends Object
  • Constructor Details

  • Method Details

    • from

      public static Rule from(io.cucumber.messages.types.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
    • getTags

      public List<TestTag> getTags()