Feature Requests item #1211135, was opened at 2005-05-30 06:32 Message generated for change (Comment added) made by dashorst You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1211135&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: None Group: None >Status: Closed Priority: 5 Submitted By: rav (ravikaimal) Assigned to: Nobody/Anonymous (nobody) Summary: accessing the implicit objects in the jwebunit test cases Initial Comment: is there any way to acces the application,session,request or response objects inside the jwebunit test case?? ---------------------------------------------------------------------- >Comment By: Martijn Dashorst (dashorst) Date: 2005-05-30 08:02 Message: Logged In: YES user_id=695103 Only if you use an embedded application server like Jetty, and provide your hooks into your application. JWebUnit is not a serverside framework, so you have to do a lot to accomplish this. If you /really/ need this, then you'd probably be better of with cactus, as it allows 'in-container' testing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1211135&group_id=61302 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
