net.thucydides.junit.steps
Class AnnotatedDescription

Package class diagram package AnnotatedDescription
java.lang.Object
  extended by net.thucydides.junit.steps.AnnotatedDescription

public class AnnotatedDescription
extends Object


Constructor Summary
AnnotatedDescription(org.junit.runner.Description description)
           
 
Method Summary
 String getAnnotatedDescription()
           
 List<String> getAnnotatedRequirements()
           
 String getAnnotatedStepName()
           
 String getAnnotatedTitle()
           
 String getGroupName()
           
 String getName()
           
 Method getTestMethod()
           
 String getTitle()
          Turns a method into a human-readable title.
 boolean isAGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedDescription

public AnnotatedDescription(org.junit.runner.Description description)
Method Detail

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.