I want to test a public method of a Servlet. This method along the way checks if the session is new using HttpSession.isNew () which is returning true. The method expects the session to be NOT new.
Is there any way I can unit test this method? Thanks Shriniwas Wagle -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
