Howdy, I used to be a big fan of MockObjects, but I'm firmly in the Cactus camp nowadays: it's a great product (thank you Senor Massol): http://jakarta.apache.org/cactus/
It's probably the only way you'll be able to get 100% code-coverage for servlets, filters, etc. But if really all you need is HttpSession, no servlets or servlet contexts, mockobjects would be a good way to go for now. Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jon Wingfield [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 11, 2003 6:33 AM >To: Tomcat Users List >Subject: Re: Simulating HttpSession > >Everything can be Mocked ;) >www.mockobjects.com >Specifically the com.mockobjects.servlet package >http://mockobjects.sourceforge.net/javadoc/1.4/ > >Christopher Williams wrote: >> HttpSession is an interface - implement it yourself. >> >> ----- Original Message ----- >> From: "Altuğ B. Altıntaş" <[EMAIL PROTECTED]> >> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> >> Sent: Thursday, September 11, 2003 11:15 AM >> Subject: Simulating HttpSession >> >> >> >>>Hi, How can i simulate HttpSession. Back side classes uses HttpSession >>>but testing them without Tomcat seems imposible, any idea ? >>> >>>Regards. >>> >>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [EMAIL PROTECTED] >>>For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
