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