Fixed
Details
Assignee
UnassignedUnassignedReporter
Simon ZambrovskiSimon ZambrovskiComponents
Fix versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Simon Zambrovski
Simon ZambrovskiComponents
Fix versions
Priority

Created April 11, 2013 at 5:42 AM
Updated November 23, 2013 at 7:41 AM
Resolved November 23, 2013 at 7:41 AM
I want to contribute a JBehave module supporting Needle as DI/Mocking framework (http://needle.spree.de/), similiar to other existing (Guice, Spring, Weld). As a result, one could use Needle inside of JBehave which would ease testing of JEE components.
My first implementation is already committed to the fork: https://github.com/holisticon/jbehave-core
Currently it already provides NeedleStepsFactory and I'm working on @UsingNeedle annotation right now.