Re:Cactus test case

2008-02-11 Thread Raghunandan B
Hi, How do i write cactus test case to test this servlet import java.io.*; import javax.servlet.http.*; import javax.servlet.*; import java.net.*; import java.util.*; public class SampleServlet extends HttpServlet { public void doGet(HttpServletRequest request,

How to test method that return object of other class

2008-02-11 Thread Sunny Choudhary
_ From: Sunny Choudhary [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 12, 2008 11:54 AM To: 'cactus-user@jakarta.apache.org' Subject: How to test method that return object of other class Hi I want to test a method of a class which returns an object of some

How to test method that return object of other class

2008-02-11 Thread Sunny Choudhary
Hi I want to test a method of a class which returns an object of some other class that contains other objects and primitives. How can I use the assert statements to unit test this and if the method is returning the object (containing many variables) then how to