Filter By Accessibility?
I would like to (temporarily ) exclude private methods from the colors and statistics. I tried filters but couldn't seem to make it work. Is it possible to filter by accessibility level?
Please sign in to leave a comment.
Hello Mark,
Currently it's not possible.
I've filed an issue for this in our tracker:
http://youtrack.jetbrains.net/issue/DCVR-2298
You're welcome to vote for it and watch the status.
Ok, thank you. I discovered the need for the feature while writing tests for an existing solution. First I want to make sure "black box" test coverage, that is, all the public, internal and protected methods are covered. When that is done I will write tests for the complex private methods.