Toggle navigation
Home
gherkin.formatter.model.Step to gherkin.pickles.PickleStep
No. of Instances - 34
No. of Commits - 8
No. of Projects - {'cucumber-jvm'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Add or Remove Method invocation
stepOccurrence1.getName()
to
stepOccurrence1.getText()
stepOccurrence2.getName()
to
stepOccurrence2.getText()
makeNameFilenameCompatible(step.getKeyword() + step.getName())
to
makeNameFilenameCompatible(step.getText())
Description.createTestDescription(getName(),testName,step)
to
Description.createTestDescription(getName(),testName,new PickleStepWrapper(step))
stepOccurrence1.getName()
to
stepOccurrence1.getText()
stepOccurrence2.getName()
to
stepOccurrence2.getText()
when(step.getName())
to
when(step.getText())
runnerStep
to
runnerStep.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
step.getName()
to
step.getText()
Rename Method invocation
step
to
handleStepStarted
Update argument list (Method invocation)
createTestDescription
to
createTestDescription