public void testJSPELHyperlinkTestForELInTagBody() throws PartInitException, BadLocationException { try { for (int i = 0; i < PAGE_NAMES.length; i++) { for (int j = 0; j < TEXT_TO_FIND[i].length; j++) { doJSPELHyperlinkTestForELInTagBodyTest( PAGE_NAMES[i], TEXT_TO_FIND[i][j], RESULT_EDITORS[i][j]); } } } finally { WorkbenchUtils.closeAllEditors(); } }
protected void tearDown() throws Exception { WorkbenchUtils.closeAllEditors(); super.tearDown(); earProject = null; earEjbProject = null; earEarProject = null; testProject = null; seamEarProject = null; seamEarEjbProject = null; seamTestProject = null; }