Closed GoogleCodeExporter closed 8 years ago
You can opt for an own junit test runner. See jukito library which marries
happily Gin/Guide based DI annotations with mockito.
Original comment by marius...@gmail.com
on 30 Jun 2013 at 9:24
The Needle Testframework (http://needle.spree.de) supports the JSR330 and is
well integrated with Mockito.
Original comment by heinz.wi...@akquinet.de
on 14 Aug 2013 at 8:56
@Inject or @Autowired or whatever will never be supported by mockito unless
J2SE integrates it, and then if it happens it won't be until JDK8+.
The reason for that is we don't want any adherence to something outside the
JRE. However it may be interesting to provide a way to provide a custom
injecter to mockito.
BUT this should be elegant and Mockito is not an injection framework.
Original comment by brice.du...@gmail.com
on 4 Dec 2013 at 1:19
Original issue reported on code.google.com by
Lars.Vo...@gmail.com
on 30 Jun 2013 at 4:54