RE: JUnitee

2001-11-16 Thread Jeff Schnitzer
: http://junitee.sourceforge.net The Maverick MVC Framework: http://mav.sourceforge.net > -Original Message- > From: Ely Wagner Aguiar de Oliveira [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 16, 2001 9:00 AM > To: Orion-Interest > Subject: RE: JUnitee >

RE: JUnitee

2001-11-16 Thread Tim Pouyer
Check out cactus it is a jakarta project I believe it can do exactly what you are talking about. On Fri, 2001-11-16 at 11:59, Ely Wagner Aguiar de Oliveira wrote: > > Hello, mates! > > Does anyone know any kind of JUnit to test servlets and JSP? JUnit and > JUnitEE only work wi

RE: JUnitee

2001-11-16 Thread Eric Hodges
Check out Cactus at apache.org. We're using it for that sort of test. -Original Message- From: Ely Wagner Aguiar de Oliveira [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 11:00 AM To: Orion-Interest Subject: RE: JUnitee Hello, mates! Does anyone know any kind of

RE: JUnitee

2001-11-16 Thread Ely Wagner Aguiar de Oliveira
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 PROT

RE: JUnitee

2001-11-16 Thread boyle, pj
1 22:25 > 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 >

RE: JUnitee

2001-11-16 Thread DeVincentiis Giustino
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

JUnitee

2001-11-15 Thread Tim Pouyer
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

JUnitEE test reload problem

2001-04-11 Thread Muly Oved
I installed JUnitEE and have the test class and servlet not part of an *.war file but just class file on the directory, when I modify the test class it does not get reloaded by orion. Did anyone managed to get the test reload working? Does orion check for classes modification? Muly.