Re: Unit tests

2006-05-05 Thread Gary VanMatre
From: Axel Karst [EMAIL PROTECTED] Hi, I'm also searching for an possibility to unit test my JSF Component, which implements UIInput. I'm using MyFaces and Facelets. As far as I understood, Cactus does not directly support JSF in container testing. Shale Test FW (using Mock Objects) can

Re: Unit tests

2006-05-03 Thread Marco Mistroni
You might want to have a look at JBossSeam..hthmarcoOn 5/2/06, Rogerio Pereira [EMAIL PROTECTED] wrote:Use struts-shale test framework.

Re: Unit tests

2006-05-03 Thread Marco Mistroni
Hello,i spoke for what i read from jboss seam spec..I assumed you would develop a jboss seam app which is JSF-basedas far as i understood, you can test the backed beans in jboss seam applications usingjunit.. if the issue was about testing backed beans testing, i think it could be usefulif it was

RE: Unit tests

2006-05-03 Thread Rhys Parry
but performance as well. Understand that watir only runs in IE on windows. Hope this helps, Rhys -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: May 3, 2006 10:54 AM To: MyFaces Discussion Subject: Re: Unit tests How does Seam offer more opportunities to test

Unit tests

2006-05-02 Thread Dudu
How can I do unit tests with jsf ? I want cactus servlets do the reference jsf managed beans without modify the servelts code of cactus project.Anyone do unit tests with jsf?thanks-- --DuduGoogleTalk: eduardopichler[at]gmail[dot]comskype:eduardopichler

Re: Unit tests

2006-05-02 Thread Rogerio Pereira
Use struts-shale test framework.