PowerMock: Understanding @PrepareForTest
PowerMock is a powerful library that works on byte code level of our program.
This blog will only talk about when and how you need to use @PrepareForTest. If you need to know more about other things PowerMock can do, read this one first
PrepareForTes...
blog.tejpratapsingh.com3 min read