Can anyone please summarize, what exactly features gives you adding PowerMock on top of the Mockito?
So far I\'ve found these:
One more feature of PowerMock is that we can mock construction of new objects in a method. It is helpful when we cannot change the code of the method to be tested.