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
th 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

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
ECTED]] 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

RE: JUnitee

2001-11-16 Thread boyle, pj
Hi Tim, You could try starting the application server with the -userThreads flag. The following should do the trick: java -jar orion.jar -userThreads pj. > -- > From: Tim Pouyer[SMTP:[EMAIL PROTECTED]] > Reply To: Orion-Interest > Sent: 15 November 2001 22:25 > To:

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 test