@After public void tearDown() throws Exception { PortalTestUtil.destroy(tester); }
@Before public void setUp() throws Exception { tester = PortalTestUtil.createWicketTester(servletContext); PortalTestUtil.loginDefaultAdminUser(tester); }