コード例 #1
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 def tearDownClass(cls):
     gateway = JavaGateway()
     workspace = gateway.jvm.org.eclipse.core.resources.ResourcesPlugin.\
             getWorkspace()
     root = workspace.getRoot()
     pm = gateway.jvm.org.eclipse.core.runtime.NullProgressMonitor()
     project1 = root.getProject('project1core3.0')
     project1.delete(True, True, pm)
     time.sleep(1)
     gateway.close()
     stop_eclipse()
     clean_test_dir()
コード例 #2
0
ファイル: tests.py プロジェクト: bartdag/recodoc2
 def tearDownClass(cls):
     stop_eclipse()
コード例 #3
0
ファイル: tests.py プロジェクト: bartdag/recodoc2
 def testEclipse(self):
     start_eclipse()
     self.assertTrue(check_eclipse())
     stop_eclipse()
コード例 #4
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 def tearDownClass(cls):
     stop_eclipse()
コード例 #5
0
ファイル: tests.py プロジェクト: nengnengwu/recodoc2
 def testEclipse(self):
     start_eclipse()
     self.assertTrue(check_eclipse())
     stop_eclipse()
コード例 #6
0
ファイル: stopeclipse.py プロジェクト: nengnengwu/recodoc2
 def handle_noargs(self, **options):
     stop_eclipse()