Fixed
Details
Assignee
UnassignedUnassignedReporter
Valery YatsynovichValery YatsynovichFix versions
Priority
Lowest
Details
Details
Assignee
Unassigned
UnassignedReporter
Valery Yatsynovich
Valery YatsynovichFix versions
Priority
Created May 15, 2018 at 3:50 PM
Updated May 20, 2018 at 3:25 PM
Resolved May 20, 2018 at 3:25 PM
Now
org.jbehave.core.steps.Step
has a wide hierarchy of implementations. But some of these implementations are very similar to each other. For example,UponSuccessStep
andUponSuccessParametrisedStep
have equal implementation, the difference is wrapped step object only.Implementations of
org.jbehave.core.steps.Step
should be refactored and simplified to avoid copy-pasted logic.