You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already an issue open to have Jukito work with Groovy tests. But, this request is for having Jukito work with Spock tests. If need be I can volunteer to do the coding, since I know Groovy and Spock decently well. But, I would need guidance as to what the design should be since I am brand spanking new to Jukito.
Thanks,
Ravi H
The text was updated successfully, but these errors were encountered:
I think I would be freeing up at home after this week. Can you point me to a good resource that can help me augment Jukito? Any tutorial, training etc?
Have you looked at spock extension for guice? This is good start. For sure
injection to test methods will be hard as spock use that for test data
injection.
But injection to fields should be easy if you provide wrapping module to
user module while creating injector in spock extension :)
On Wed, May 20, 2015 at 5:51 PM, Ravi Hasija [email protected]
wrote:
I think I would be freeing up at home after this week. Can you point me to
a good resource that can help me augment Jukito? Any tutorial, training etc?
—
Reply to this email directly or view it on GitHub #64 (comment).
Hi,
There is already an issue open to have Jukito work with Groovy tests. But, this request is for having Jukito work with Spock tests. If need be I can volunteer to do the coding, since I know Groovy and Spock decently well. But, I would need guidance as to what the design should be since I am brand spanking new to Jukito.
Thanks,
Ravi H
The text was updated successfully, but these errors were encountered: