Uses of Class
net.thucydides.core.steps.StepsAnnotatedField

Packages that use StepsAnnotatedField
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of StepsAnnotatedField in net.thucydides.core.steps
 

Methods in net.thucydides.core.steps that return types with arguments of type StepsAnnotatedField
static List<StepsAnnotatedField> StepsAnnotatedField.findMandatoryAnnotatedFields(Class<?> clazz)
          Find the first field in the class annotated with the Managed annotation.
static List<StepsAnnotatedField> StepsAnnotatedField.findOptionalAnnotatedFields(Class<?> clazz)
          Find the fields in the class annotated with the Step annotation.
 



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