|
From: SourceForge.net <no...@so...> - 2009-12-01 02:20:34
|
Feature Requests item #1580815, was opened at 2006-10-19 20:58 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1580815&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: Bill Wallace (wayfarer3130) Assigned to: Nobody/Anonymous (nobody) Summary: @BeforeClass and @Test combined Initial Comment: It would be nice to have tests that are also the "before" item. That would disable any tests in the before class sub-classes if the primary test fails. This would be used for things like a login test - the login itself is a test that needs to be reported, but it is also a pre-requisite for other tests. Similarly, the logout is a post-condition test that must succeed on its own (and needs to be included in the number of tests run), but also serves as a @AfterClass item. This latter test isn't as important because the point of having a pre-condition test run before many other tests is at least partly to not have to report N tests failed when really it is only the @BeforeClass test that failed. ---------------------------------------------------------------------- >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=1580815&group_id=15278 |