When using Mockito 1.9.x I have been using Whiteboxto set values of fields to \"inject\" mocks. Se example below:
Whitebox
@Before public void setUp() {
Here with fest-reflect api you can find an easy to use fluent API for reflection support. This is what I use as an alternative to Mockito's Whiltebox.