Servlet Unit Testing strategies

2001-02-23 Thread Vincent Massol
Hi Tomcat developers, I'd like to have your opinion on servlet unit testing. I have written a simple extension to JUnit called J2EEUnit to do that but I'd like to knwo if there is a general consensus on servlet unit testing, regarding it's usefulness : Do you think : 1) It is useless. Just

RE: Servlet Unit Testing strategies

2001-02-23 Thread Szegedi, Attila
:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 2:29 PM To: [EMAIL PROTECTED] Subject: Servlet Unit Testing strategies Hi Tomcat developers, I'd like to have your opinion on servlet unit testing. I have written a simple extension to JUnit called J2EEUnit to do that but I'd like to knwo

Re: Servlet Unit Testing strategies

2001-02-23 Thread cmanolache
Hi Tomcat developers, I'd like to have your opinion on servlet unit testing. I have written a simple extension to JUnit called J2EEUnit to do that but I'd like to knwo if there is a general consensus on servlet unit testing, regarding it's usefulness : Do you think : 1) It is

Re: Servlet Unit Testing strategies

2001-02-23 Thread cmanolache
But if you have to make setPropertiesFileName public, or to make design choices for the component based on the testing framework requirements - no, I don't think that's good. If the component has a setPropertiesFileName it is because that's the intended behavior. How would you unit