Hello, mates!
Does anyone know any kind of JUnit to test servlets and JSP? JUnit and JUnitEE only work with common cases of objects and I'd like to automatize the test of Servlets and JSPs also. Thanks. Ely -----Original Message----- From: DeVincentiis Giustino [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 16 de novembro de 2001 06:17 To: Orion-Interest Subject: RE: JUnitee Hello Tim, I have junitee working and do not remember any particular hint. I followed the instructions at http://junitee.sourceforge.net/tutorial.html and all works fine. No code added to TestServlet, the only change I have made was to use a TestForm JSP to dynamically load the package under testing. Giustino De Vincentiis > -----Original Message----- > From: Tim Pouyer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 11:25 PM > To: Orion-Interest > Subject: JUnitee > > > Anyone know how to set up junitee on orion. I have seen it > working on > orion before so I know it can work. I have junit.jar and > junitee.jar in > my orion/lib directory and have set up my TestForm.html in my web > module. I have compiled the new TestServlet with the dynamic class > loader and have set up my ejb-ref's in my web.xml file but i keep > getting an error that says 'java:comp/env' only available > from within a > J2ee container when i try to test my ejb. Is there a > property that I > am supposed to be setting up somewhere or do I have to add > some code to > the TestServlet? I am at a loss on this one. Please help. > Thanks, > Tim > > > >