コード例 #1
0
  protected void setUp() throws Exception {
    super.setUp();
    if (!initialized) {

      loadProject("testCanRenameDelete");
      initialized = true;
    }
  }
コード例 #2
0
 protected void tearDown() throws Exception {
   if (isDone) {
     if (modelRoot != null) {
       modelRoot.clearDatabase(new NullProgressMonitor());
       // initialized = false;
     }
   }
   super.tearDown();
 }
コード例 #3
0
 protected void setUp() throws Exception {
   m_wp = null; // make sure widgets are updated and not disposed
   super.setUp();
 }