Class RuleBackground

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

public class RuleBackground
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RuleBackground​(java.lang.String name, java.lang.String description, java.util.List<java.lang.String> steps)  
  • Method Summary

    Modifier and Type Method Description
    static RuleBackground from​(io.cucumber.messages.Messages.GherkinDocument.Feature.Background background)  
    java.lang.String getDescription()  
    java.lang.String getName()  
    java.util.List<java.lang.String> getSteps()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RuleBackground

      public RuleBackground​(java.lang.String name, java.lang.String description, java.util.List<java.lang.String> steps)
  • Method Details

    • from

      public static RuleBackground from​(io.cucumber.messages.Messages.GherkinDocument.Feature.Background background)
    • getName

      public java.lang.String getName()
    • getDescription

      public java.lang.String getDescription()
    • getSteps

      public java.util.List<java.lang.String> getSteps()