| Package | Description |
|---|---|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
IndividualInstancesByDefaultStepCreationStrategy(StepFactory stepFactory,
StepsAnnotatedField stepsField) |
SharedInstancesByDefaultStepCreationStrategy(StepFactory stepFactory,
StepsAnnotatedField stepsField) |
Copyright © 2023. All rights reserved.