Whats the difference between All test and selected test
For some obvious reason they show different numbers but why would it show 100% coverage in all test and when highlight it shows the code with the light green (ie no light red), but then when I select "selected test" and click on highlight it still shows the same light green(ie no light red again) coverage in SUT but the number of coverage has went down.
Whats the difference between them? Am I missing something?
Please sign in to leave a comment.
Hi Taswar!
Option "Selected Test" shows statistics relevant only for the selected test, while "All Tests" shows aggregated statistics (code, covered by all tests).
Currently there is an issue with highlighting: it always shows aggregated statistics.
This would be fixed soon, please check upcoming nightly builds.
Issue fixed. Highlighting is now in sync with the selected test.