net.thucydides.core.steps
Class TestDescription
java.lang.Object
net.thucydides.core.steps.TestDescription
public class TestDescription
- extends Object
Helps analyse annotations on test methods, steps and step groups.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDescription
public TestDescription(Class<?> testClass,
String methodName)
getMethodName
public String getMethodName()
getName
public String getName()
getTestClass
public Class<?> getTestClass()
getTestMethod
public Method getTestMethod()
getAnnotatedTitle
public String getAnnotatedTitle()
getAnnotatedRequirements
public Set<String> getAnnotatedRequirements()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.