Hi!
I have a web service for adding/deleting/updating books.
I wrote a model class Book, and WSDL2Java generated for me similar
Book class, but without any *equals* method.
Which approach is better for writing unit tests for my service:
1) Editing generated code and adding equals method so I can simply use
assertEquals (this causes re-editing generated code after each
re-generation of this code)
2) Write simple method to compare objects by their properties and use
this method
as quasi-equals method in my tests?
3) any other suggestions for unit testing WebServices?
Regards,
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]