Can anyone please summarize, what exactly features gives you adding PowerMock on top of the Mockito?
So far I\'ve found these:
PowerMock is an extension to Mockito that allows mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more.