Class FeatureTitle

java.lang.Object
net.thucydides.core.model.featuretags.FeatureTitle

public class FeatureTitle
extends java.lang.Object
Created by john on 7/07/2016.
  • Constructor Summary

    Constructors
    Constructor Description
    FeatureTitle()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String definedIn​(java.util.Optional<Narrative> narrative)  
    static boolean isDefinedIn​(java.util.Optional<Narrative> narrative)  

    Methods inherited from class java.lang.Object

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

    • FeatureTitle

      public FeatureTitle()
  • Method Details

    • definedIn

      public static java.lang.String definedIn​(java.util.Optional<Narrative> narrative)
    • isDefinedIn

      public static boolean isDefinedIn​(java.util.Optional<Narrative> narrative)