Hi All.
I'm not sure what I'm doing wrong and would like some help with the problem.
I have a complex change heading my way and I'm in position where I need to create brand new test classes for existing code - change has broke them and since the change involves new callouts and new mock methods, I decided to get new classes in place.
I started with brand new test class.
I created single test method inside this class.
When I run this test with coverage, I can see the output which shows me the classes and covered with the number of lines covered in each class. This bit works absolutely fine.
However, when I open one of the classes which have 05 (ZERO percent) coverage in that test, IDE still shows me this class as covered in 100% with the lines highlighted with green (attached).
So, the editor shows that class has coverage, but coverage module tells me it has none.
Tried so far:
Still, the class shows green bars.
The only test run is from the new test class.
New test class doesn't provide any coverage for the handler class, but IDE shows coverage.
If someone has any ideas, please let me know, I'm turning grey with this already...