Uses of Class
net.thucydides.core.steps.StepsAnnotatedField
Package | Description |
---|---|
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 Modifier and Type Method Description static java.util.List<StepsAnnotatedField>
StepsAnnotatedField. findMandatoryAnnotatedFields(java.lang.Class<?> clazz)
Find the first field in the class annotated with the Managed annotation.static java.util.List<StepsAnnotatedField>
StepsAnnotatedField. findOptionalAnnotatedFields(java.lang.Class<?> clazz)
Find the fields in the class annotated with the Step annotation.Constructors in net.thucydides.core.steps with parameters of type StepsAnnotatedField Constructor Description IndividualInstancesByDefaultStepCreationStrategy(StepFactory stepFactory, StepsAnnotatedField stepsField)
SharedInstancesByDefaultStepCreationStrategy(StepFactory stepFactory, StepsAnnotatedField stepsField)