Depends what you want to test. One possibility that came up in the past was to create a testing renderkit. The encode process would write values to a hashmap, and the decode process would read values from it. There are some issues with ajax components, but this could be sufficient for many purposes.
On 1/4/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > No idea about usage of shale mock objects, including the fact that i > don't want use Shale itself. > > 2006/1/4, Gary VanMatre <[EMAIL PROTECTED]>: > > > > > > Struts Shale has a good set of Mock object for junit testing. > > > > http://struts.apache.org/struts-shale/features-test-framework.html > > > > Gary > > -------------- Original message -------------- > > From: <[EMAIL PROTECTED]> > > > > > Perhaps this thread helps you: > > > > > http://www.mail-archive.com/[email protected]/msg13725.html > > > > > > Possibilities: > > > JWebUnit > > > httpunit > > > Selenium > > > > > > -----Ursprüngliche Nachricht----- > > > Von: Rogerio Pereira [mailto:[EMAIL PROTECTED] > > > Gesendet: Mittwoch, 4. Januar 2006 13:47 > > > An: MyFaces Discussion > > > Betreff: unit testing in myfaces applications > > > > > > > > > Hi, > > > > > > How unit testing can be done in MyFaces apps? > > > > > > -- > > > Yours truly (Atenciosamente), > > > > > > Rogério > > > > > > > > > > > ______________________________________________________________________ > > > > > > This email and any files transmitted with it are c onfidential and > > > intended solely for the use of the individual or entity to whom they > > > are addressed. If you have received this email in error please notify > > > your system manager. > > > > > > This footnote also confirms that this email message has been swept > > > for the presence of computer viruses. > > > > > ______________________________________________________________________ > > > -- > Yours truly (Atenciosamente), > > Rogério >

