jbehave-junit-runner icon indicating copy to clipboard operation
jbehave-junit-runner copied to clipboard

jbehave-junit-runner requires InjectableStepsFactory

Open crazyfrozenpenguin opened this issue 12 years ago • 1 comments

This is just a small note for the troubleshooting section:

An older test was working just fine with the now deprecated JUnitStories.candidateSteps().

jbehave-junit-runner will not execute if this is being used. Instead, one should make sure JUnitStories.stepsFactory() is being used/overridden.

Great work!

crazyfrozenpenguin avatar Oct 22 '12 14:10 crazyfrozenpenguin

Hi,

thanks for pointing that out. I think we discussed that on some E-Mail but did not update the readme. Thank You.

Andreas

AndreasEK avatar Oct 22 '12 15:10 AndreasEK