Uses of Class
net.thucydides.core.steps.StepFactory
Packages that use StepFactory
Package
Description
Core domain model for the Serenity application.
Base class to be used when writing a library of resuable test steps.
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 -
Uses of StepFactory in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return StepFactoryModifier and TypeMethodDescriptionstatic StepFactoryStepFactory.getFactory()StepFactory.usingPages(Pages pages) Methods in net.thucydides.core.steps with parameters of type StepFactoryModifier and TypeMethodDescriptionvoidStepAnnotations.injectScenarioStepsInto(Object testCase, StepFactory stepFactory) Instantiates the step scenario fields in a test case.voidStepAnnotations.instrumentStepsInField(Object target, Field field, StepFactory stepFactory) Constructors in net.thucydides.core.steps with parameters of type StepFactoryModifierConstructorDescriptionDataDrivenStepFactory(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 StepFactoryMethods in net.thucydides.core.steps.stepdata with parameters of type StepFactoryModifier and TypeMethodDescription<T> List<T>CSVTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz, StepFactory factory) <T> List<T>StringTestDataSource.getInstanciatedInstancesFrom(Class<T> clazz, StepFactory factory) <T> List<T>TestDataSource.getInstanciatedInstancesFrom(Class<T> clazz, StepFactory factory) static voidStepData.setDefaultStepFactory(StepFactory factory) StepData.usingFactory(StepFactory factory) -
Uses of StepFactory in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return StepFactory