Uses of Class
net.thucydides.core.steps.StepFactory
| Package | Description |
|---|---|
| net.serenitybdd.core |
Core domain model for the Serenity application.
|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| net.thucydides.core.steps.stepdata | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of StepFactory in net.serenitybdd.core
Methods in net.serenitybdd.core that return StepFactory Modifier and Type Method Description static StepFactorySerenity. getStepFactory() -
Uses of StepFactory in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return StepFactory Modifier and Type Method Description static StepFactoryStepFactory. getFactory()StepFactoryStepFactory. usingPages(Pages pages)Methods in net.thucydides.core.steps with parameters of type StepFactory Modifier and Type Method Description voidStepAnnotations. injectScenarioStepsInto(java.lang.Object testCase, StepFactory stepFactory)Instantiates the step scenario fields in a test case.voidStepAnnotations. instrumentStepsInField(java.lang.Object target, java.lang.reflect.Field field, StepFactory stepFactory)Constructors in net.thucydides.core.steps with parameters of type StepFactory Constructor Description DataDrivenStepFactory(StepFactory factory)IndividualInstancesByDefaultStepCreationStrategy(StepFactory stepFactory, StepsAnnotatedField stepsField)SharedInstancesByDefaultStepCreationStrategy(StepFactory stepFactory, StepsAnnotatedField stepsField) -
Uses of StepFactory in net.thucydides.core.steps.stepdata
Methods in net.thucydides.core.steps.stepdata that return StepFactory Modifier and Type Method Description static StepFactoryStepData. getDefaultStepFactory()Methods in net.thucydides.core.steps.stepdata with parameters of type StepFactory Modifier and Type Method Description <T> java.util.List<T>CSVTestDataSource. getInstanciatedInstancesFrom(java.lang.Class<T> clazz, StepFactory factory)<T> java.util.List<T>StringTestDataSource. getInstanciatedInstancesFrom(java.lang.Class<T> clazz, StepFactory factory)<T> java.util.List<T>TestDataSource. getInstanciatedInstancesFrom(java.lang.Class<T> clazz, StepFactory factory)static voidStepData. setDefaultStepFactory(StepFactory factory)StepDataStepData. usingFactory(StepFactory factory) -
Uses of StepFactory in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return StepFactory Modifier and Type Method Description static StepFactoryThucydidesWebDriverSupport. getStepFactory()