Class FeatureBackgroundNarrative

java.lang.Object
net.thucydides.core.requirements.model.FeatureBackgroundNarrative

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

    Constructors
    Constructor Description
    FeatureBackgroundNarrative​(java.lang.String title, java.lang.String description)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    java.lang.String getTitle()  

    Methods inherited from class java.lang.Object

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

    • FeatureBackgroundNarrative

      public FeatureBackgroundNarrative​(java.lang.String title, java.lang.String description)
  • Method Details

    • getTitle

      public java.lang.String getTitle()
    • getDescription

      public java.lang.String getDescription()