public void before() throws Exception
{
tester = new WicketTester();
WebApplication application = tester.getApplication();
application.mountPage(EXPECTED_URL.toString(), DummyHomePage.class);
/**
* Use explicit crypt provider to prevent crypt warning output, see
* SecuritySettings#getCryptFactory()
*/