Example #1
0
  @SuppressWarnings("deprecation")
  @BeforeMethod
  public void setUp() throws Exception {
    super.setUp();
    _userManager = new HibernateUserManager(getSessionFactory());

    System.err.println("User Manager initialization complete:" + _userManager);
  }
Example #2
0
 @AfterMethod
 public void tearDown() throws Exception {
   super.tearDown();
 }