net.thucydides.core.steps
Class AnnotatedStepDescription

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

public final class AnnotatedStepDescription
extends Object

Test steps and step groups can be described by various annotations.


Method Summary
static AnnotatedStepDescription from(ExecutedStepDescription description)
           
 List<String> getAnnotatedRequirements()
           
 String getAnnotatedTitle()
           
 String getName()
           
 Method getTestMethod()
           
 Method getTestMethodIfPresent()
           
static boolean isACompatibleStep(Annotation annotation)
           
 boolean isAGroup()
           
 boolean isFluent()
           
 boolean isIgnored()
           
 boolean isPending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

from

public static AnnotatedStepDescription from(ExecutedStepDescription description)

getAnnotatedRequirements

public List<String> getAnnotatedRequirements()

getTestMethod

public Method getTestMethod()

getTestMethodIfPresent

public Method getTestMethodIfPresent()

getAnnotatedTitle

public String getAnnotatedTitle()

isACompatibleStep

public static boolean isACompatibleStep(Annotation annotation)

getName

public String getName()

isAGroup

public boolean isAGroup()

isPending

public boolean isPending()

isIgnored

public boolean isIgnored()

isFluent

public boolean isFluent()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.