Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
I am working on a project where we are currently doing testing with JUnit and Mockito. Now I am trying to find out what would be the side effects of adding PowerMock to the mix.
What are its disadvantages, any dependencies I should know about, any stability issues?
I saw it supports Java 8. Are there any issues there? From what I've read, getting Java 7 support was quite a long road.
EDIT: I guess a questions that would sum it all would be:
What would be the reasons to not use PowerMock?