From: SourceForge.net <no...@so...> - 2009-12-01 02:20:29
|
Feature Requests item #1607483, was opened at 2006-12-02 16:41 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1607483&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: Nat Pryce (npryce) Assigned to: Nobody/Anonymous (nobody) Summary: Make it easier to extend the existing Runners Initial Comment: I just added a JUnit 4 integration package to jMock 2. I needed to extend or plug into an existing Runner class to change the way it runs tests so that it automatically checked that all the test's expectations on its mock objects were satisfied before tearing down the fixture. To do this I had to subclass the Runner classes in JUnit's internal packages which I'm a bit uncomfortable about. I'd like the existing Runners be extensible or have known plug-in points to change the way that they run tests. ---------------------------------------------------------------------- >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:52 Message: This tracker is being shut down. Please move this item to http://github.com/KentBeck/junit/issues ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1607483&group_id=15278 |