Re: [Mav-user] Re: Unit Testing Maverick

2002-11-06 Thread Ed Ward
Jeff, why wouldn't you consider using JUnitEE for this? Ed. - Original Message - From: Jeff Schnitzer [EMAIL PROTECTED] To: Holt, Jack C. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 5:20 AM Subject: [Mav-user] Re: Unit Testing Maverick I don't know of

RE: [Mav-user] Re: Unit Testing Maverick

2002-11-06 Thread Schnitzer, Jeff
What kind of testing? What kinds of errors are you trying to catch? JUnitEE is great for testing business logic, but if you want to exercise Maverick controllers you either need Mock Objects for the maverick/servlet objects or you need to test them live in the servlet container. If you're