visual studio 2010 - Get methods covered by a unit test -
is possible following visual studio 2010 plugin? if yes, how?
- run unittests in solution (with code coverage enabled)
- wait tests complete
- 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
Post a Comment