Identifying which tests provide coverage in VS2010 code coverage results

Posted by Chris Surfleet on Stack Overflow See other posts from Stack Overflow or by Chris Surfleet
Published on 2010-05-12T10:53:28Z Indexed on 2010/05/14 14:14 UTC
Read the original article Hit count: 271

Does anyone know of an easy way to work backwards from the VS2010 code coverage in-file highlighting to the test that provides the coverage? I have a file with one method covered and another not but looking through my tests I can't spot the one providing the current coverage. It would be great to be able to navigate back from the code highlighting.

Thanks

© Stack Overflow or respective owner

Related posts about VS2010

Related posts about unit-testing