Configure code-coverage to ignore or accept private constructors
Is there a way in intellij-idea (version 11.1.5) to ignore or accept certain parts of code?
In my configuration I am using IDEA as the coverage runner.
I currently have a static class with a private constructor.
This constructor is never supposed to be call.
Is there anything I can do such that code-coverage understands this?
I just want to make it easier for myself to know that indeed I have complete coverage rather than looking at each class and making sure that I didn't miss anything.
Thanks
请先登录再写评论。
Not possible at the moment, please vote/watch IDEA-26988.