From: SourceForge.net <no...@so...> - 2009-12-01 02:20:35
|
Feature Requests item #1114925, was opened at 2005-02-02 18:11 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1114925&group_id=15278 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: Closed Resolution: None Priority: 5 Private: No Submitted By: james abley (taboozizi) Assigned to: Nobody/Anonymous (nobody) Summary: New TestListener2 interface for hierarchical reporting Initial Comment: If I go to the trouble of giving a TestSuite a name, it's probably because I'm interested in being notified when that suite starts and when it ends. This is a new interface that extends TestListener to provide these notification events, with accompanying changes to TestSuite, TestResult and new test cases to demonstrate the functionality. This has allowed me to write a simple Ant task (not included) which can report a hierarchy of test suites, similar to the Swing Test Runner and SWT Runner in Eclipse, and no doubt in other IDE's as well. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-12-01 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: David Saff (dsaff) Date: 2009-11-16 17:53 Message: This tracker is being shut down. Please move this item to http://github.com/KentBeck/junit/issues ---------------------------------------------------------------------- Comment By: james abley (taboozizi) Date: 2005-02-06 15:10 Message: Logged In: YES user_id=846246 This patch file was created against the HEAD using Eclipse and then tested to ensure that it can be successfully applied. One item that I'd draw people's attention to is that I used a List interface and ArrayList implementation in the TestResult changes, which isn't homogenous with the existing Vector usage. I wasn't sure whether this code was still like that to maintain compatability with older JVM's? I use 1.4.2 at home and work, so supporting Java 1.1 or similar wasn't high up the feature list when I created this patch. ---------------------------------------------------------------------- Comment By: james abley (taboozizi) Date: 2005-02-05 11:21 Message: Logged In: YES user_id=846246 I found that the problem with the initial patch was caused by my use of Eclipse and the editor's code formatter. The resulting patch wouldn't go on, due to too many structural changes. I haven't been able to connect to cvs or browse the web ui to get a fresh copy of the HEAD - as soon as I do, I'll resubmit. James ---------------------------------------------------------------------- Comment By: james abley (taboozizi) Date: 2005-02-02 22:03 Message: Logged In: YES user_id=846246 Sorry, the initial attached patch doesn't work, at least when trying to apply it to a clean cvs checkout in eclipse. I'll resubmit. James ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1114925&group_id=15278 |