Feature Requests item #1295832, was opened at 2005-09-20 00:32
Message generated for change (Comment added) made by henryju
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1295832&group_id=61302

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: Interface Improvements (example)
Group: Next Release (example)
>Status: Closed
Priority: 5
Submitted By: 123XP (aint2good)
Assigned to: Nobody/Anonymous (nobody)
Summary: make protected methods public in WebTestCase

Initial Comment:
These methods in WebTestCase are marked protected:
.clickLinkWithExactText(String linkText)
.clickLinkWithExactText(String linkText, int index)
.clickLinkWithTextAfterText(String linkText, String
labelText)
.clickRadioOption(String radioGroup, String radioOption)
.dumpResponse(PrintStream stream)
.dumpTable(String tableNameOrId, PrintStream stream)
.dumpTable(String tableNameOrId, String[][] table)

Please make these method public so that I can use them
in my web-testing extension framework
(http://shift.sourceforge.net) without needing to
include a custom jwebunit distribution in my project.

Thanks!

----------------------------------------------------------------------

>Comment By: Julien HENRY (henryju)
Date: 2006-06-02 23:42

Message:
Logged In: YES 
user_id=1235926

If you don't want to subclass WebTestCase, why don't use
WebTester? All methods are public in WebTester.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1295832&group_id=61302


_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to