public final class AnnotatedStepDescription
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AnnotatedStepDescription |
from(ExecutedStepDescription description) |
java.util.List<java.lang.String> |
getAnnotatedRequirements() |
java.lang.String |
getAnnotatedTitle() |
java.lang.String |
getName() |
java.lang.reflect.Method |
getTestMethod() |
java.lang.reflect.Method |
getTestMethodIfPresent() |
static boolean |
isACompatibleStep(java.lang.annotation.Annotation annotation) |
boolean |
isAGroup() |
boolean |
isFluent() |
boolean |
isIgnored() |
boolean |
isPending() |
public static AnnotatedStepDescription from(ExecutedStepDescription description)
public java.util.List<java.lang.String> getAnnotatedRequirements()
public java.lang.reflect.Method getTestMethod()
public java.lang.reflect.Method getTestMethodIfPresent()
public java.lang.String getAnnotatedTitle()
public static boolean isACompatibleStep(java.lang.annotation.Annotation annotation)
public java.lang.String getName()
public boolean isAGroup()
public boolean isPending()
public boolean isIgnored()
public boolean isFluent()