예제 #1
0
 @Override
 protected void tearDown() throws Exception {
   node.deactivate(null);
   removeExtension("sub.module.view.test");
   shell.dispose();
   super.tearDown();
 }
예제 #2
0
 /** @see junit.framework.TestCase#tearDown() */
 @Override
 protected void tearDown() throws Exception {
   lnf.setTheme(null);
   lnf.uninitialize();
   lnf = null;
   super.tearDown();
 }
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   authenticationService.unregister();
 }
예제 #4
0
 @Override
 protected void tearDown() throws Exception {
   realm.dispose();
   realm = null;
   super.tearDown();
 }