O.K, I got my mistake!!!
I’ve used the @InjectMocks
but initialized the same variable in the init() method…
So what happened was that mockito injected the mock objects to my variable – but seconds later I ran it over – initializing that very same variable!!!