Feature Requests item #1047329, was opened at 2004-10-14 22:59 Message generated for change (Comment added) made by bbeskow You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1047329&group_id=61302
Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: assertRegexPresent and assertRegexNotPresent would be great Initial Comment: This two methods would allow me to stop using my own versions. Presumably jwebunit can require Java 1.4 to make this easy to do. ---------------------------------------------------------------------- Comment By: Bj�rn Beskow (bbeskow) Date: 2004-10-19 08:37 Message: Logged In: YES user_id=444639 I definitely agree! Perhaps an even better naming would be assertMatch(String regex) assertNoMatch(String regex) assertMatchInElement(String elementID, String regex) assertNoMatchInElement(String elementID, String regex) assertMatchInTable(String tableSummaryOrId, String regex) assertNoMatchInTable(String tableSummaryOrId, String regex) assertMatchInTable(String tableSummaryOrId, String[] regex) assertNoMatchInTable(String tableSummaryOrId, String[] regex) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1047329&group_id=61302 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Jwebunit-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
