Re: JUnit and Tapestry application

2007-04-15 Thread Renat Zubairov
Hi The only way I think is to lean from already created tests. I also had this problem before. You can check unit tests of any of the Tapestry projects, for example you can have a look on bookie project I'm participating in http://code.google.com/p/bookie There you might be interested in this f

JUnit and Tapestry application

2007-04-15 Thread #Cyrille37#
Hello, The only documentation I've found to run JUnit Tests on a Tapestry application is for Tapestry 3 : http://tapestry.apache.org/tapestry3/doc/ContributorsGuide/procedures.junit.html Is it enough ? Or is there new stuff to know for Tapestry 4.x ? Thanks cyrille --