Uses of Class
com.thoughtworks.gauge.StepValue
Packages that use StepValue
Package
Description
-
Uses of StepValue in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge that return StepValueModifier and TypeMethodDescriptionstatic StepValueStepValue.from(Spec.ProtoStepValue protoStepValue) StepRegistryEntry.getStepValue()Methods in com.thoughtworks.gauge with parameters of type StepValueConstructors in com.thoughtworks.gauge with parameters of type StepValueModifierConstructorDescriptionStepRegistryEntry(StepValue stepValue, Method method, boolean isExternal) -
Uses of StepValue in com.thoughtworks.gauge.refactor
Constructors in com.thoughtworks.gauge.refactor with parameters of type StepValueModifierConstructorDescriptionJavaRefactoring(StepValue oldStepValue, StepValue newStepValue, List<Messages.ParameterPosition> paramPositionsList, StepRegistry registry, String parameterizedStepValue, boolean saveChanges) RefactoringMethodVisitor(StepValue oldStepValue, StepValue newStepValue, List<Messages.ParameterPosition> paramPositions) -
Uses of StepValue in com.thoughtworks.gauge.registry
Methods in com.thoughtworks.gauge.registry with parameters of type StepValueModifier and TypeMethodDescriptionvoidStepRegistry.addStep(StepValue stepValue, StepRegistryEntry entry) voidStepRegistry.addStepImplementation(StepValue stepValue, Method method, boolean isExternal)