net.thucydides.junit.steps
Class AnnotatedDescription
java.lang.Object
net.thucydides.junit.steps.AnnotatedDescription
public class AnnotatedDescription
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotatedDescription
public AnnotatedDescription(org.junit.runner.Description description)
getAnnotatedRequirements
public List<String> getAnnotatedRequirements()
getAnnotatedDescription
public String getAnnotatedDescription()
getTestMethod
public Method getTestMethod()
throws NoSuchMethodException
- Throws:
NoSuchMethodException
getAnnotatedTitle
public String getAnnotatedTitle()
getAnnotatedStepName
public String getAnnotatedStepName()
getName
public String getName()
getTitle
public String getTitle()
- Turns a method into a human-readable title.
isAGroup
public boolean isAGroup()
getGroupName
public String getGroupName()
Copyright © 2011 Wakaleo Consulting. All Rights Reserved.