@Override protected void tearDown() throws Exception { node.deactivate(null); removeExtension("sub.module.view.test"); shell.dispose(); super.tearDown(); }
/** @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(); }
@Override protected void tearDown() throws Exception { realm.dispose(); realm = null; super.tearDown(); }