ArcBees / Jukito

The combined power of JUnit, Guice and Mockito. Plus it sounds like a cool martial art.

Home Page:http://jukito.arcbees.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wraping gin modules declared in @UseModules into GinModuleAdapter automagically

przemekgalazka opened this issue · comments

That would be easy to impl but jukito would need dependency to GIN. (GinModuleAdapter is needed). Is it good idea ? What do you think ?

Uhm, I don't think it's a good idea. Could this be an add-on? Goal is to have a library that can be used for almost anything that involve injection.

Next step is to remove the dependency to Mockito and add support to order CDI provider.

Other CDI provider (Errai here) could be great feature but quite difficult to impl. Removing dep to Mockito seems for me like a lot of work but maybe other people would like to see jukito with easymock or sth similar.

Definitely if we talk about road map, I think TestNG should be supported at first place.

Other CDI provider would mean to have more than one project.

On Mockito side, it's only used to mock, we can easily encapsulate the ability to mock behind a mock provider and be able to use what ever provider we want. (Even creating our own)

I did that work MockingBinder

Closing as it won't be added directly in Jukito.