Class AnnotatedStepDescription

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

public final class AnnotatedStepDescription
extends java.lang.Object
Test steps and step groups can be described by various annotations.
  • Method Details

    • from

      public static AnnotatedStepDescription from​(ExecutedStepDescription description)
    • getAnnotatedRequirements

      public java.util.List<java.lang.String> getAnnotatedRequirements()
    • getTestMethod

      public java.lang.reflect.Method getTestMethod()
    • getTestMethodIfPresent

      public java.lang.reflect.Method getTestMethodIfPresent()
    • getAnnotatedTitle

      public java.lang.String getAnnotatedTitle()
    • isACompatibleStep

      public static boolean isACompatibleStep​(java.lang.annotation.Annotation annotation)
    • getName

      public java.lang.String getName()
    • isAGroup

      public boolean isAGroup()
    • isPending

      public boolean isPending()
    • isIgnored

      public boolean isIgnored()