Uses of Class
com.thoughtworks.gauge.StepValue
-
Packages that use StepValue Package Description com.thoughtworks.gauge com.thoughtworks.gauge.refactor com.thoughtworks.gauge.registry -
-
Uses of StepValue in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge that return StepValue Modifier and Type Method Description static StepValueStepValue. from(Spec.ProtoStepValue protoStepValue)StepValueStepRegistryEntry. getStepValue()Methods in com.thoughtworks.gauge with parameters of type StepValue Modifier and Type Method Description voidStepRegistryEntry. setStepValue(StepValue stepValue)Constructors in com.thoughtworks.gauge with parameters of type StepValue Constructor Description StepRegistryEntry(StepValue stepValue, Method method, boolean isExternal) -
Uses of StepValue in com.thoughtworks.gauge.refactor
Constructors in com.thoughtworks.gauge.refactor with parameters of type StepValue Constructor Description JavaRefactoring(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 StepValue Modifier and Type Method Description voidStepRegistry. addStep(StepValue stepValue, StepRegistryEntry entry)voidStepRegistry. addStepImplementation(StepValue stepValue, Method method, boolean isExternal)
-