I need to get a report from my unit test. I found and used JMockit plugin to mock different environments which were required for tests. But I found that I can't get the coverage report when I mock static methods. The mock tests all ran successfully. See the report screenshot below:
So is there any problem in my code? Maybe somebody who has better experience with JMockit can you help me with this. Thanks.
You can get the code from here: