[Wicket-user] WicketTester throws exception instead of failing

2006-04-22 Thread Iman Rahmatizadeh
Hi, The WicketTester.assertVisible(path) method should check to see if the component with the given path is visible or not, but instead it throws a NullPointerException whenever it should fail. The getComponentFromLastRenderedPage(path) method returns null if the component is invisible.

Re: [Wicket-user] WicketTester throws exception instead of failing

2006-04-22 Thread Juergen Donnerstag
Could you please open a bug and if possible attach a simple junit test case Juergen On 4/22/06, Iman Rahmatizadeh [EMAIL PROTECTED] wrote: Hi, The WicketTester.assertVisible(path) method should check to see if the component with the given path is visible or not, but instead it throws a