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.

Re: Unit tests

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

Re: Unit tests

2006-05-03 Thread Dennis Byrne
How does Seam offer more opportunities to test a JSF application? Dennis Byrne >-Original Message- >From: Marco Mistroni [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 3, 2006 09:13 AM >To: 'MyFaces Discussion' >Subject: Re: Unit tests > >You might w

Re: Unit tests

2006-05-03 Thread Marco Mistroni
006 09:13 AM>To: 'MyFaces Discussion'>Subject: Re: Unit tests>>You might want to have a look at JBossSeam..>>hth> marco>>On 5/2/06, Rogerio Pereira < [EMAIL PROTECTED]> wrote:>>>> Use struts-shale test framework.>>>>>

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 a

Re: Unit tests

2006-05-03 Thread Dennis Byrne
I was not the original poster. Dennis Byrne >-Original Message- >From: Rhys Parry [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 3, 2006 04:53 PM >To: 'MyFaces Discussion' >Subject: RE: Unit tests > >Dennis, > >My understanding is that you would

Re: Unit tests

2006-05-05 Thread Axel Karst
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 only test implementations of ViewControl

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