protected WicketTester tester;
@Before
public void setup() {
final ApplicationContextMock appctx = new
ApplicationContextMock();
appctx.putBean("pasteDao", dao);
appctx.putBean("pasteService", svc);
// appctx.putBean("pasteCommentDao", commentDao);
tester = new WicketTester(new MysticPasteApplication() {
@Override
protected IComponentInstantiationListener getSpringComponentInjector(WebApplication application) {