Adds a quick fix to create mock objects in test code. Use wisely as constructors with a lot of parameters may be evil.
Attention! Requires the target project to compile Mockito as the @Mock annotation are currently used from that package.
General usage instructions
Requires the target project to compile Mockito as the @Mock annotation are currently used from that package.