Lack of code coverage in IntelliJ 2017
I've written several test methods using Junit and mockito. My tests are running fine. However, I cannot see the code coverage.
No matter which option I click, nothing appears in the code coverage. I clicked on the EDIT to fix configuration seetings
one displayed in the middle of the code coverage window on the right. This is what I get:
What should I do to get code coverage results?
This is my folder structure:
+3
source to share
1 answer