Jukito icon indicating copy to clipboard operation
Jukito copied to clipboard

Make Jukito work with Spock tests

Open RaviH opened this issue 9 years ago • 3 comments

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

RaviH avatar May 19 '15 15:05 RaviH

We would be more than happy to receive that contribution and to help you through that process!

christiangoudreau avatar May 20 '15 10:05 christiangoudreau

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?

RaviH avatar May 20 '15 15:05 RaviH

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 https://github.com/ArcBees/Jukito/issues/64#issuecomment-103935177.

przemekgalazka avatar Jun 18 '15 11:06 przemekgalazka