@SuppressWarnings("deprecation") @BeforeMethod public void setUp() throws Exception { super.setUp(); _userManager = new HibernateUserManager(getSessionFactory()); System.err.println("User Manager initialization complete:" + _userManager); }
@AfterMethod public void tearDown() throws Exception { super.tearDown(); }