Re: test page rendering

2009-03-11 Thread Swanthe Lindgren
Is there a similar way to ensure that all wicket:message key resources exist? //Swanthe Igor Vaynberg wrote: if you want the removal of wicket:id to fail turn on component use check in debug settings. -igor On Tue, Mar 10, 2009 at 3:12 AM, Swanthe Lindgren swanthe.lindg...@megasol.se wrote:

Re: test page rendering

2009-03-11 Thread Igor Vaynberg
see IResourceSettings#setThrowExceptionOnMissingResource(boolean) -igor On Wed, Mar 11, 2009 at 8:57 AM, Swanthe Lindgren swanthe.lindg...@megasol.se wrote: Is there a similar way to ensure that all wicket:message key resources exist? //Swanthe Igor Vaynberg wrote: if you want the

RE: test page rendering

2009-03-10 Thread Jeremy Thomerson
Yes - it simply makes sure THAT page rendered. Removing the wicket:id doesn't make the page fail to render. However, try the inverse of that - remove the component from the java and it will fail. Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original

Re: test page rendering

2009-03-10 Thread Igor Vaynberg
if you want the removal of wicket:id to fail turn on component use check in debug settings. -igor On Tue, Mar 10, 2009 at 3:12 AM, Swanthe Lindgren swanthe.lindg...@megasol.se wrote: Hi all I have begun unit testing my wicket pages and one of the most basic tests I want to do is to make sure