Jukito
Jukito copied to clipboard
The combined power of JUnit, Guice and Mockito. Plus it sounds like a cool martial art.
Results
12
Jukito issues
Sort by
recently updated
recently updated
newest added
Hi :) lately I was doing some groovy tests and I think that using Jukito in groovy test would be very cool. What do you think? DI with Guice in...
suggestion
I'm using a third-party library that uses Guice (Closure Templates) and makes use of optional injection: ``` java @Inject(optional = true) void setCheckConformance(CheckConformance checkConformance) { this.checkConformance = checkConformance; } ```...
suggestion