def testCheckParameters(self):
     xsDataInput = XSDataInputDataver()
     xsDataInput.inputCurve = [XSDataFile()]
     xsDataInput.outputCurve = XSDataFile()
     edPluginExecDataver = self.createPlugin()
     edPluginExecDataver.setDataInput(xsDataInput)
     edPluginExecDataver.checkParameters()
Пример #2
0
 def testCheckParameters(self):
     xsDataInput = XSDataInputDataver()
     xsDataInput.inputCurve = [XSDataFile()]
     xsDataInput.outputCurve = XSDataFile()
     edPluginExecDataver = self.createPlugin()
     edPluginExecDataver.setDataInput(xsDataInput)
     edPluginExecDataver.checkParameters()