net.thucydides.core.steps
Class TestDescription

Package class diagram package TestDescription
java.lang.Object
  extended by net.thucydides.core.steps.TestDescription

public class TestDescription
extends Object

Helps analyse annotations on test methods, steps and step groups.


Constructor Summary
TestDescription(Class<?> testClass, String methodName)
           
 
Method Summary
 Set<String> getAnnotatedRequirements()
           
 String getAnnotatedTitle()
           
 String getMethodName()
           
 String getName()
           
 Class<?> getTestClass()
           
 Method getTestMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDescription

public TestDescription(Class<?> testClass,
                       String methodName)
Method Detail

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.