def preProcess(self, _edObject=None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.preProcess(self)
     self.strTestDnaFileDirectory = tempfile.mkdtemp(
         prefix="EDTestCasePluginExecuteExecOutputHTMLv1_0_withDnafiles_")
     os.environ["EDNA_DNA_FILE_DIRECTORY"] = self.strTestDnaFileDirectory
     self.setDataInputFile(
         os.path.join(self.getPluginTestsDataHome(),
                      "XSDataFileDnaWorkingDirectory.xml"),
         "dnaFileDirectory")
 def postProcess(self, _edObject=None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.postProcess(self)
     os.removedirs(self.strTestDnaFileDirectory)
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.__init__(
         self, "EDPluginExecOutputHTMLv1_0")
 def postProcess(self, _edObject = None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.postProcess(self)
     os.removedirs(self.strTestDnaFileDirectory)
 def preProcess(self, _edObject = None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.preProcess(self)
     self.strTestDnaFileDirectory = tempfile.mkdtemp(prefix = "EDTestCasePluginExecuteExecOutputHTMLv1_0_withDnafiles_")
     os.environ["EDNA_DNA_FILE_DIRECTORY"] = self.strTestDnaFileDirectory
     self.setDataInputFile(os.path.join(self.getPluginTestsDataHome(), "XSDataFileDnaWorkingDirectory.xml"), "dnaFileDirectory")
 def __init__(self, _strTestName=None):
     EDTestCasePluginExecuteExecOutputHTMLv1_0.__init__(self, "EDPluginExecOutputHTMLv1_0")