1 19 20 package org.netbeans.modules.j2ee.persistence.unit; 21 22 import org.openide.filesystems.FileObject; 23 24 28 public class PersistenceMultiviewEditorTest extends PersistenceEditorTestBase{ 29 30 31 public PersistenceMultiviewEditorTest(String testName) { 32 super(testName); 33 } 34 35 36 public void testOpenSection() throws Exception { 37 try{ 38 } catch (Exception ex){ 41 fail("Failed to open section"); 42 } 43 } 44 } 45 | Popular Tags |