コード例 #1
0
 protected void setUp() throws Exception {
   super.setUp();
   this.init();
 }
コード例 #2
0
 protected void tearDown() throws Exception {
   this._roleManager.removeUserAuthorization(USERNAME_FOR_TEST, this._role);
   this._userManager.removeUser(USERNAME_FOR_TEST);
   super.tearDown();
 }