Class NarrativeFinder

java.lang.Object
net.thucydides.core.requirements.annotations.NarrativeFinder

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

    Constructors
    Constructor Description
    NarrativeFinder()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Optional<Narrative> forClass​(java.lang.Class<?> annotatedClass)  

    Methods inherited from class java.lang.Object

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

    • NarrativeFinder

      public NarrativeFinder()
  • Method Details

    • forClass

      public static java.util.Optional<Narrative> forClass​(java.lang.Class<?> annotatedClass)