Package net.thucydides.model.steps
Class AnnotatedStepDescription
java.lang.Object
net.thucydides.model.steps.AnnotatedStepDescription
Test steps and step groups can be described by various annotations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotatedStepDescriptionfrom(ExecutedStepDescription description) getName()static booleanisACompatibleStep(Annotation annotation) booleanisAGroup()booleanboolean
-
Method Details
-
from
-
getAnnotatedRequirements
-
getTestMethod
-
getTestMethodIfPresent
-
getAnnotatedTitle
-
isACompatibleStep
-
getName
-
isAGroup
public boolean isAGroup() -
isPending
public boolean isPending() -
isIgnored
public boolean isIgnored()
-