Exemple #1
0
 def testCheckParameters(self):
     edPluginXDSSpotSearchv1_1 = self.createPlugin()
     pyStrXMLInput = self.readAndParseFile(self.m_pyStrReferenceInputFile)
     xsDataInputXDSSpotSearch = XSDataInputXDSSpotSearch.parseString(
         pyStrXMLInput)
     edPluginXDSSpotSearchv1_1.setDataInput(xsDataInputXDSSpotSearch)
     edPluginXDSSpotSearchv1_1.checkParameters()
 def testCreateXDSInput(self):
     edPluginXDSSpotSearchv1_1 = self.createPlugin()
     pyStrXMLInput = self.readAndParseFile(self.m_pyStrReferenceInputFile)
     xsDataInputXDSSpotSearch = XSDataInputXDSSpotSearch.parseString(pyStrXMLInput)
     edPluginXDSSpotSearchv1_1.setDataInput(xsDataInputXDSSpotSearch)
     # edPluginXDSSpotSearchv1_1.configure()
     edPluginXDSSpotSearchv1_1.createXDSInput()
     print edPluginXDSSpotSearchv1_1.m_pyStrXDSInput
Exemple #3
0
 def testCreateXDSInput(self):
     edPluginXDSSpotSearchv1_1 = self.createPlugin()
     pyStrXMLInput = self.readAndParseFile(self.m_pyStrReferenceInputFile)
     xsDataInputXDSSpotSearch = XSDataInputXDSSpotSearch.parseString(
         pyStrXMLInput)
     edPluginXDSSpotSearchv1_1.setDataInput(xsDataInputXDSSpotSearch)
     #edPluginXDSSpotSearchv1_1.configure()
     edPluginXDSSpotSearchv1_1.createXDSInput()
     print(edPluginXDSSpotSearchv1_1.m_pyStrXDSInput)
 def testCheckParameters(self):
     edPluginXDSSpotSearchv1_1 = self.createPlugin()
     pyStrXMLInput = self.readAndParseFile(self.m_pyStrReferenceInputFile)
     xsDataInputXDSSpotSearch = XSDataInputXDSSpotSearch.parseString(pyStrXMLInput)
     edPluginXDSSpotSearchv1_1.setDataInput(xsDataInputXDSSpotSearch)
     edPluginXDSSpotSearchv1_1.checkParameters()