testing cocoon components

2004-01-28 Thread Leszek Gawron
Hello, Is there a way to test the cocoon component without the need to do HTTP requests? -- Leszek Gawron

Re: testing cocoon components

2004-01-28 Thread Ugo Cei
Leszek Gawron wrote: Hello, Is there a way to test the cocoon component without the need to do HTTP requests? Of course. Look into src/test and specifically o.a.c.SitemapComponentTestCase. Ugo

Re: testing cocoon components

2004-01-28 Thread Wojciech Gdela
Leszek Gawron wrote: Is there a way to test the cocoon component without the need to do HTTP requests? If you are talking about action, generator, serializer, etc. unit tests take a look at src/test and SitemapComponentTestCase:

Re: testing cocoon components

2004-01-28 Thread Wojciech Gdela
Ugo Cei wrote: Of course. Look into src/test and specifically o.a.c.SitemapComponentTestCase. BTW: Can anybody interested in unit tests look at my post: http://article.gmane.org/gmane.text.xml.cocoon.devel/29889 and answer the questions. -- Wojciech Gdela