From: SourceForge.net <no...@so...> - 2009-12-01 02:20:36
|
Feature Requests item #1187689, was opened at 2005-04-21 21:37 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1187689&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: Nobody/Anonymous (nobody) Assigned to: David Saff (dsaff) Summary: assertNotEquals/Less/GreaterThan functions Initial Comment: I'd really think it'd be useful to have a function that tests to make sure a retrieved value doesn't equal another. For example, if you look up an index while searching, and then are ready to pass it to the array for looking up. You could check to make sure the value is not greater than the index or less than 0. The notEquals functions would also be helpful for users that return certain values as integers (as I do sometimes). And the implementation would be...well, cake. ---------------------------------------------------------------------- >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: rei3ner (rei3ner) Date: 2006-06-04 21:30 Message: Logged In: YES user_id=1316370 i share this opinion. in fact i have written a class providing appropriate methods. if wanted i can donate my work with JUnit4 this collides with Assert-class. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=1187689&group_id=15278 |