Searched refs:_validateAndConvertWorker (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dschedgroup.py134 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:SchedGroupMemberDataEx
135 dErrors = SchedGroupMemberData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
405 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:SchedGroupDataEx
406 dErrors = SchedGroupData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
H A Dtestbox.py232 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestBoxData
234 dErrors = ModelDataBase._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
H A Dtestgroup.py146 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestGroupMemberDataEx
147 dErrors = TestGroupMemberData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
H A Dbase.py296 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:ModelDataBase
329 return self._validateAndConvertWorker(getattr(self, 'kasAllowNullAttributes', list()), oDb);
H A Dtestcase.py917 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestCaseDataEx
918 dErrors = TestCaseData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);

Completed in 56 milliseconds