net.thucydides.core.steps
Class AnnotatedStepDescription
java.lang.Object
net.thucydides.core.steps.AnnotatedStepDescription
public final class AnnotatedStepDescription
- extends Object
Test steps and step groups can be described by various annotations.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public static AnnotatedStepDescription from(ExecutedStepDescription description)
getAnnotatedRequirements
public List<String> getAnnotatedRequirements()
getTestMethod
public Method getTestMethod()
getTestMethodIfPresent
public Method getTestMethodIfPresent()
getAnnotatedTitle
public String getAnnotatedTitle()
getName
public String getName()
isAGroup
public boolean isAGroup()
isPending
public boolean isPending()
isIgnored
public boolean isIgnored()
isFluent
public boolean isFluent()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.