Class StepName

java.lang.Object
net.thucydides.core.steps.StepName

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

    Constructors
    Constructor Description
    StepName()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Optional<java.lang.String> fromStepAnnotationIn​(java.lang.reflect.Method testMethod)  

    Methods inherited from class java.lang.Object

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

    • StepName

      public StepName()
  • Method Details

    • fromStepAnnotationIn

      public static java.util.Optional<java.lang.String> fromStepAnnotationIn​(java.lang.reflect.Method testMethod)