Esempio n. 1
0
 def tearDown(self):
     """
     The tearDown method is called at the end of running each test,
     generally used to clean up any objects created in setUp
     """
     CadnanoGuiTestCase.tearDown(self)
 def tearDown(self):
     CadnanoGuiTestCase.tearDown(self)
Esempio n. 3
0
 def setUp(self):
     """
     The setUp method is called before running any test. It is used
     to set the general conditions for the tests to run correctly.
     """
     CadnanoGuiTestCase.setUp(self)
 def setUp(self):
     CadnanoGuiTestCase.setUp(self)