From: SourceForge.net <no...@so...> - 2003-06-30 03:47:09
|
Feature Requests item #762991, was opened at 2003-06-30 03:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=762991&group_id=44253 Category: User interface Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Show test names when testing Initial Comment: Story: User clicks Test on a JUnit TestCase. The Test Output tab is displayed, with a message indicating which file is being tested. As each test method starts, the name of the test is printed to the tab. As each test method completes, the result is either printed next to the test name or the test name is colored green or red according to the result. When all the tests complete, any errors (or the success message) are printed below the list of test names. (Optionally, the time taken for each test could be displayed as well.) Notes: Almost all the information needed for this is already passed into the listener. We just have to display it in the panel. Care needs to be taken to associate the right result with the right name, though, since the events don't necessarily happen in order if the test is fast. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=762991&group_id=44253 |