From: SourceForge.net <no...@so...> - 2009-09-13 16:26:20
|
Feature Requests item #2858117, was opened at 2009-09-13 16:26 Message generated for change (Tracker Item Submitted) made by sixmute You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=2858117&group_id=130558 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sixmute (sixmute) Assigned to: Nobody/Anonymous (nobody) Summary: Report on lines of code executed per test Initial Comment: Good unit tests are usually short and test only a handful of methods. It would be very useful to be able to report the number of lines of code executed per unit test. Doing this would allow users to identify and fix unit tests that are testing inappropriately large amounts of code. This could be done by identifying test classes and instrumenting them to record the total lines executed at the start of the test and at the end of test. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=2858117&group_id=130558 |