visual studio 2010 - Get methods covered by a unit test -


is possible following visual studio 2010 plugin? if yes, how?

  1. run unittests in solution (with code coverage enabled)
  2. wait tests complete
  3. for completed tests: determine methods called during each test (directly test or indirectly tested methods). , store names in variable in plugin.

what don't know how interact testing framework code.

found answer: http://msdn.microsoft.com/en-us/vstudio/ff420671.aspx


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -