Can anyone please summarize, what exactly features gives you adding PowerMock on top of the Mockito?
So far I\'ve found these:
For mocking final class we can use org.mockito.plugins.MockMaker
. What you would need to do is
test/resource
folder with namemockito-extensions
.org.mockito.plugins.MockMaker
.mock-maker-inline
This will not require you to do add any new library and hence save some runtime.