From: SourceForge.net <no...@so...> - 2009-12-01 02:20:29
|
Feature Requests item #1627783, was opened at 2007-01-04 12:22 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1627783&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: Martin Aeschlimann (aeschli15) Assigned to: Nobody/Anonymous (nobody) Summary: Support single method running for legacy tests Initial Comment: 4.2 Request.method(Class<?> clazz, String methodName) creates a request to run a single method. However, this only works for JUnit 4 runners, but not for JUnit 3 (OldTestClassRunner isn't filteable). In Eclipse we allowed single running of JUnit 3 tests by implementing this on top of the JUnit 3 runner. In JUnit 4 test creation is deeper inside the JUnit code so we can't offer this anymore for users running legacy tests with the JUnit 4 runner. ---------------------------------------------------------------------- >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 ---------------------------------------------------------------------- Comment By: Markus Keller (make) Date: 2009-04-01 16:10 Message: This is still an issue that affects users who try to gradually convert their existing test suites to JUnit 4. ---------------------------------------------------------------------- Comment By: Martin Aeschlimann (aeschli15) Date: 2007-01-04 12:28 Message: Logged In: YES user_id=1591795 Originator: YES See https://bugs.eclipse.org/bugs/show_bug.cgi?id=169222 as the corresponding bug report in Eclipse. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1627783&group_id=15278 |