ApplicationContextMock();
appctx.putBean("pasteDao", dao);
appctx.putBean("pasteService", svc);
// appctx.putBean("pasteCommentDao", commentDao);
tester = new WicketTester(new MysticPasteApplication() {
@Override
protected IComponentInstantiationListener getSpringComponentInjector(WebApplication application) {
return new SpringComponentInjector(application, appctx, true);
}
});