protected void setUp() throws Exception {
   super.setUp();
   this.init();
 }
 protected void tearDown() throws Exception {
   this._roleManager.removeUserAuthorization(USERNAME_FOR_TEST, this._role);
   this._userManager.removeUser(USERNAME_FOR_TEST);
   super.tearDown();
 }