Searched defs:ksParam_idTestCase (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestcaseargs.py54 ksParam_idTestCase = 'TestCaseArgs_idTestCase'; variable in class:TestCaseArgsData
H A Dtestgroup.py44 ksParam_idTestCase = 'TestGroupMember_idTestCase'; variable in class:TestGroupMemberData
148 if self.ksParam_idTestCase not in dErrors:
154 dErrors[self.ksParam_idTestCase] = str(oXcpt);
H A Dtestset.py81 ksParam_idTestCase = 'TestSet_idTestCase'; variable in class:TestSetData
H A Dtestcase.py51 ksParam_idTestCase = 'TestCaseDependency_idTestCase'; variable in class:TestCaseGlobalRsrcDepData
191 ksParam_idTestCase = 'TestCaseDependency_idTestCase'; variable in class:TestCaseDependencyData
236 self.idTestCase = fn(self.ksParam_idTestCase, None, None if fStrict else self.idTestCase);
254 self.idTestCase = self._validateInt( dErrors, self.ksParam_idTestCase, self.idTestCase);
426 ksParam_idTestCase = 'TestCase_idTestCase' variable in class:TestCaseData

Completed in 50 milliseconds