Re: Wicket with fest assert

2011-01-21 Thread Anton Bessonov
Of course! https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html It must be built in :) There is a room for improvement in that area. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional c

Re: Wicket with fest assert

2011-01-21 Thread Martin Grigorov
Nice! I'll check your work soon. Recently a friend of mine also asked me why we don't include the useful things from EnhancedWicketTester( http://www.paulszulc.com/tag/wickettester/ ) There is a room for improvement in that area. 2011/1/21 Jarosław Pałka > Hi happy Wicket users! > > For last c

Wicket with fest assert

2011-01-21 Thread Jarosław Pałka
Hi happy Wicket users! For last couple of months I was using Wicket in 2 projects I am working on. The only thing that drives me crazy from time to time is support for testing. It is obviously better then in any Java web framework I every used, but I think it could be simpler to use and more reada