public final class AnnotatedStepDescription extends Object
| Modifier and Type | Method and Description |
|---|---|
static AnnotatedStepDescription |
from(ExecutedStepDescription description) |
List<String> |
getAnnotatedRequirements() |
String |
getAnnotatedTitle() |
String |
getName() |
Method |
getTestMethod() |
Method |
getTestMethodIfPresent() |
static boolean |
isACompatibleStep(Annotation annotation) |
boolean |
isAGroup() |
boolean |
isIgnored() |
boolean |
isPending() |
public static AnnotatedStepDescription from(ExecutedStepDescription description)
public Method getTestMethod()
public Method getTestMethodIfPresent()
public String getAnnotatedTitle()
public static boolean isACompatibleStep(Annotation annotation)
public String getName()
public boolean isAGroup()
public boolean isPending()
public boolean isIgnored()
Copyright © 2023. All rights reserved.