-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added new module: cucumber-needle #500
Conversation
@@ -1,11 +1,30 @@ | |||
package cucumber.runtime.java; | |||
|
|||
public interface ObjectFactory { | |||
|
|||
/** | |||
* Setup factory <b>before</b> feature execution. Called once per feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment is incorrect. It's called once for every scenario.
/** | ||
* Returns a value provider returning the value given in constructor. | ||
* | ||
* @author Simon Zambrovski |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this author tag
There is a lot of logging output printed to STDOUT when running the build. Can you please silence it or send it to a file instead? |
Logging is silenced now. Thanks for your patience. Good night :-) |
@@ -0,0 +1,61 @@ | |||
package de.akquinet.jbosscc.needle.injection; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't accept classes that don't live in the cucumber.*
package
Can you please rebase or merge this PR with master? It no longer applies cleanly. |
Will take care of your comments tonight. |
Finally had a moment to integrate your suggestions. |
Whats the status of this request? Do you have everything you need to merge? |
I've been to busy lately, sorry. I'll take another look when I have more Aslak On Thursday, May 9, 2013, Jan Galinski wrote:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
@see Issue #496