Re: method assertWarningMessages

2009-11-23 Thread Bernard Lupin
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/method-assertWarningMessages-tp26411632p26481845.html Sent from the Wicket - User mailing list

method assertWarningMessages

2009-11-18 Thread Bernard LUPIN
Hi all, Components have 3 methods to put information in a feedback panel : info(), warn() and error(). But in the WicketTester class, there are only 2 asserts available : assertInfoMessages() and assertErrorMessages(). How can I verify my warning messages ? I can't find an assertWarnMessages.