Uses of Class
com.thoughtworks.gauge.registry.StepRegistry
-
Packages that use StepRegistry Package Description com.thoughtworks.gauge.execution com.thoughtworks.gauge.processor com.thoughtworks.gauge.refactor com.thoughtworks.gauge.scan -
-
Uses of StepRegistry in com.thoughtworks.gauge.execution
Constructors in com.thoughtworks.gauge.execution with parameters of type StepRegistry Constructor Description StepExecutionStage(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 StepRegistry Constructor Description ExecuteStepProcessor(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 StepRegistry Constructor Description JavaRefactoring(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 StepRegistry Modifier and Type Method Description StepRegistryStaticScanner. getRegistry()Constructors in com.thoughtworks.gauge.scan with parameters of type StepRegistry Constructor Description RegistryMethodVisitor(StepRegistry stepRegistry, String file)StepsScanner(StepRegistry registry)
-