You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Per Newgro <pe...@gmx.ch> on 2008/10/12 13:22:41 UTC

Howto assign ResourceBundle to component in unit-test?

Hi *,

i try to test a component which displays some strings getting localized
by a higher ranking component. AFAIK wicket uses a hierarchical process
to get the appropriate string. Normally the component under test will
be added to a panel and this provides the appropriate properties file.
But for unit testing i don't want to add a dummy panel.

Is there a way (settings, global properties) to provide a properties file to
the application or wicket tester?

Thanks
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org