pyvcloud.system_test_framework.base_test module¶
-
class
pyvcloud.system_test_framework.base_test.
BaseTestCase
(methodName='runTest')¶ Bases:
unittest.case.TestCase
-
classmethod
setUpClass
()¶ Hook method for setting up class fixture before running tests in the class.
-
classmethod
tearDownClass
()¶ Hook method for deconstructing the class fixture after running all tests in the class.
-
classmethod