chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
On the front page of typemock.com, the third feature touted for Isolator V7 is:

Visual coverage indication shows code coverage


Is this feature the green and red shields appearing next to methods that are called by the tests? If so, are methods the finest granularity of this feature?
asked by allon.guralnek (10.6k points)

2 Answers

0 votes
In the current version (7.0.6) Methods are the finest granularity of this feature.
What exactly would you like to see in the next version?

Regards,
Alex, Typemock Support.
answered by alex (17k points)
0 votes
Oh it was just that when you say "code coverage" I think of symbol-level code coverage tools such as what VS2010 Premium (or above), NCover and other offer. I thought I'd see specific symbols (or just statements) highlighted as covered or not covered by tests. But the current functionality offered is still useful and the test runner in general makes writing tests much easier, so no complaints here.
answered by allon.guralnek (10.6k points)
...