Uses of Class
com.thoughtworks.gauge.registry.StepRegistry
Packages that use StepRegistry
Package
Description
-
Uses of StepRegistry in com.thoughtworks.gauge.execution
Constructors in com.thoughtworks.gauge.execution with parameters of type StepRegistryModifierConstructorDescriptionStepExecutionStage(Messages.ExecuteStepRequest executeStepRequest, ClassInstanceManager manager, ParameterParsingChain chain, StepRegistry registry) -
Uses of StepRegistry in com.thoughtworks.gauge.processor
Constructors in com.thoughtworks.gauge.processor with parameters of type StepRegistryModifierConstructorDescriptionExecuteStepProcessor(ClassInstanceManager instanceManager, ParameterParsingChain chain, StepRegistry stepRegistry) RefactorRequestProcessor(StepRegistry registry) StepNameRequestProcessor(StepRegistry registry) StepNamesRequestProcessor(StepRegistry registry) StepPositionsRequestProcessor(StepRegistry stepRegistry) ValidateStepProcessor(StepRegistry registry) -
Uses of StepRegistry in com.thoughtworks.gauge.refactor
Constructors in com.thoughtworks.gauge.refactor with parameters of type StepRegistryModifierConstructorDescriptionJavaRefactoring(StepValue oldStepValue, StepValue newStepValue, List<Messages.ParameterPosition> paramPositionsList, StepRegistry registry, String parameterizedStepValue, boolean saveChanges) -
Uses of StepRegistry in com.thoughtworks.gauge.scan
Methods in com.thoughtworks.gauge.scan that return StepRegistryConstructors in com.thoughtworks.gauge.scan with parameters of type StepRegistryModifierConstructorDescriptionRegistryMethodVisitor(StepRegistry stepRegistry, String file) StepsScanner(StepRegistry registry)